Update event repository

This commit is contained in:
Tommaso Berlose
2020-05-13 18:58:45 +02:00
parent ff171d4022
commit 1dc050e77f
6 changed files with 19 additions and 8 deletions

View File

@ -15,8 +15,6 @@ class BatteryLevelReceiver : BroadcastReceiver() {
Intent.ACTION_BATTERY_OKAY -> Preferences.isBatteryLevelLow = false
}
MainWidget.updateWidget(context)
Log.d("ciao", "intent: ${intent}")
}
}