You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/feature_base_adapter/src/main/java/com/example/util/simpletimetracker/feature_base_adapter/commentField/CommentFieldAdapterDelegate.kt
Copy file name to clipboardExpand all lines: features/feature_dialogs/src/main/java/com/example/util/simpletimetracker/feature_dialogs/recordTagValueSelection/interactor/RecordTagValueSelectionViewDataInteractor.kt
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,6 @@ class RecordTagValueSelectionViewDataInteractor @Inject constructor(
16
16
): List<ViewHolderType> {
17
17
val result:MutableList<ViewHolderType> =mutableListOf()
18
18
19
-
// TODO TAG close on IME DONE on keyboard.
20
-
// TODO TAG show keyboard on first open.
21
19
result +=CommentFieldViewData(
22
20
id =1L, // Only one at the time.
23
21
text =if (fromCommentChange) nullelse value?.toString().orEmpty(),
Copy file name to clipboardExpand all lines: features/feature_dialogs/src/main/java/com/example/util/simpletimetracker/feature_dialogs/recordTagValueSelection/view/RecordTagValueSelectionDialogFragment.kt
Copy file name to clipboardExpand all lines: features/feature_dialogs/src/main/java/com/example/util/simpletimetracker/feature_dialogs/recordTagValueSelection/viewModel/RecordTagValueSelectionViewModel.kt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,12 @@ class RecordTagValueSelectionViewModel @Inject constructor(
0 commit comments