Commit 287875d7 by Paktalin

Added TODOs

parent f08675b2
......@@ -15,6 +15,7 @@ class SubmitEditedFragment : SubmitFragment() {
override fun init() {
mainActivity.vocabularyAdapter.showPopupMenu = false
// TODO resolve this!
// visible(mainActivity.clickable_view)
gone(clickableView)
wordEt.requestFocus()
......@@ -38,6 +39,7 @@ class SubmitEditedFragment : SubmitFragment() {
wordEt.clearFocus()
translationEt.clearFocus()
visible(clickableView)
// TODO and this!
// gone(mainActivity.clickable_view)
mainActivity.hideKeyboardNotFromActivity(mainActivity)
mainActivity.vocabularyAdapter.showPopupMenu = true
......
......@@ -72,7 +72,7 @@
android:id="@+id/clickable_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/holo_green_dark"
android:background="@android:color/transparent"
android:clickable="true"
android:focusable="true"
android:visibility="gone" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment