File tree 1 file changed +3
-0
lines changed
app/src/main/java/at/techbee/jtx 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,13 @@ import android.content.SharedPreferences
8
8
import android.content.pm.PackageManager
9
9
import androidx.core.app.ActivityCompat
10
10
import androidx.core.app.NotificationManagerCompat
11
+ import androidx.glance.appwidget.updateAll
11
12
import androidx.preference.PreferenceManager
12
13
import at.techbee.jtx.database.ICalDatabase
13
14
import at.techbee.jtx.database.Status
14
15
import at.techbee.jtx.database.properties.Alarm
15
16
import at.techbee.jtx.flavored.GeofenceClient
17
+ import at.techbee.jtx.widgets.ListWidget
16
18
import kotlinx.coroutines.CoroutineScope
17
19
import kotlinx.coroutines.Dispatchers
18
20
import kotlinx.coroutines.launch
@@ -56,6 +58,7 @@ class RestoreNotificationsAtBootReceiver : BroadcastReceiver() {
56
58
notificationManager.notify(iCalObjectId.toInt(), notification)
57
59
}
58
60
}
61
+ ListWidget ().updateAll(context)
59
62
GeofenceClient (context).setGeofences()
60
63
}
61
64
}
You can’t perform that action at this time.
0 commit comments