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/notifications/interactor/UpdateExternalViewsInteractor.kt
+22-1Lines changed: 22 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ class UpdateExternalViewsInteractor @Inject constructor(
Copy file name to clipboardExpand all lines: features/feature_widget/src/main/java/com/example/util/simpletimetracker/feature_widget/common/WidgetInteractorImpl.kt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,7 @@ class WidgetInteractorImpl @Inject constructor(
Copy file name to clipboardExpand all lines: features/feature_widget/src/main/java/com/example/util/simpletimetracker/feature_widget/common/WidgetManager.kt
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ class WidgetManager @Inject constructor(
19
19
@ApplicationContext privatevalcontext:Context,
20
20
) {
21
21
22
-
// TODO WIDGET add update
23
22
funupdateSingleWidget(widgetId:Int) {
24
23
val intent =Intent(context, WidgetSingleProvider::class.java)
Copy file name to clipboardExpand all lines: features/feature_widget/src/main/java/com/example/util/simpletimetracker/feature_widget/common/WidgetViewsHolder.kt
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,11 @@ class WidgetViewsHolder @Inject constructor(
0 commit comments