fix: změnit ID kanálu pro android
This commit is contained in:
parent
c95518c557
commit
d57b30b0bf
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
# 1.3.1
|
||||||
|
- Odstranit zbytečné podmínky
|
||||||
|
- Přidat oznámení o optimalizaci baterie
|
||||||
|
- Změnit ID kanálu pro android oznámení
|
||||||
# 1.3.0
|
# 1.3.0
|
||||||
- Odstranit connectivity_plus
|
- Odstranit connectivity_plus
|
||||||
- Přidat možnost oznámení s info o obědu v daný čas
|
- Přidat možnost oznámení s info o obědu v daný čas
|
||||||
|
|
|
@ -68,7 +68,7 @@ void oznamitPredem(SharedPreferences prefs, tz.Location l) async {
|
||||||
var jidlo = jidla.jidla.singleWhere((element) => element.objednano);
|
var jidlo = jidla.jidla.singleWhere((element) => element.objednano);
|
||||||
var kdy = DateTime.parse(prefs.getString("oznameni_cas")!);
|
var kdy = DateTime.parse(prefs.getString("oznameni_cas")!);
|
||||||
const AndroidNotificationDetails androidSpec =
|
const AndroidNotificationDetails androidSpec =
|
||||||
AndroidNotificationDetails('opencanteen', 'predobjedem',
|
AndroidNotificationDetails('predobedem', 'Oznámení před obědem',
|
||||||
channelDescription: 'Oznámení o dnešním jídle',
|
channelDescription: 'Oznámení o dnešním jídle',
|
||||||
importance: Importance.max,
|
importance: Importance.max,
|
||||||
priority: Priority.high,
|
priority: Priority.high,
|
||||||
|
|
Reference in a new issue