We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93ca82 commit 6a9eb9cCopy full SHA for 6a9eb9c
app/src/main/java/to/bitkit/repositories/WidgetsRepo.kt
@@ -80,7 +80,6 @@ class WidgetsRepo @Inject constructor(
80
}
81
82
83
-
84
private fun updateWidgetJobs(enabledWidgetTypes: Set<WidgetType>) {
85
val widgetTypesWithServices = WidgetType.entries.filter {
86
it != WidgetType.CALCULATOR
@@ -143,7 +142,6 @@ class WidgetsRepo @Inject constructor(
143
142
widgetJobs[widgetType] = job
144
145
146
147
private fun stopWidgetRefresh(widgetType: WidgetType) {
148
widgetJobs[widgetType]?.cancel()
149
widgetJobs.remove(widgetType)
0 commit comments