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: domain/src/main/java/com/example/util/simpletimetracker/domain/complexRule/interactor/ComplexRuleProcessActionInteractor.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,8 @@ class ComplexRuleProcessActionInteractor @Inject constructor(
Copy file name to clipboardExpand all lines: features/feature_base_adapter/src/main/java/com/example/util/simpletimetracker/feature_base_adapter/category/CategoryAdapterDelegate.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ fun createCategoryAdapterDelegate(
Copy file name to clipboardExpand all lines: features/feature_complex_rules/src/main/java/com/example/util/simpletimetracker/feature_complex_rules/interactor/ComplexRulesViewDataInteractor.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ class ComplexRulesViewDataInteractor @Inject constructor(
48
48
if (anyAction !=null) {
49
49
val hint = complexRuleViewDataMapper.mapActionTitle(
Copy file name to clipboardExpand all lines: features/feature_widget/src/main/java/com/example/util/simpletimetracker/feature_widget/grid/WidgetGridRemoveViewsFactory.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,6 @@ class WidgetGridRemoveViewsFactory @Inject constructor(
202
202
203
203
// TODO WIDGET:
204
204
// TODO add settings activity to select number of cards
0 commit comments