Switch to AlarmManager plugin from WorkManager for more reliable update checking (for #87) (#97)

This commit is contained in:
Imran Remtulla
2022-11-05 23:25:19 -04:00
committed by GitHub
parent bd5f21984e
commit ed4a26d348
6 changed files with 53 additions and 57 deletions

View File

@@ -209,17 +209,6 @@ class _SettingsPageState extends State<SettingsPage> {
settingsProvider.updateInterval = value;
}
}),
const SizedBox(
height: 8,
),
Text(
'Longer intervals may result in less reliable behaviour',
style: Theme.of(context)
.textTheme
.labelMedium!
.merge(const TextStyle(
fontStyle: FontStyle.italic)),
),
const Divider(
height: 48,
),