[fix]: remove debug stuff

This commit is contained in:
nahnah
2026-02-14 14:23:04 +00:00
parent 8930bddacc
commit e3b065d80e
-7
View File
@@ -182,13 +182,6 @@ class _FloridAppState extends State<FloridApp> {
: context.watch<SettingsProvider>().themeStyle == ThemeStyle.florid
? Theme.of(context).colorScheme.surfaceContainer
: Theme.of(context).colorScheme.surface,
floatingActionButton: FloatingActionButton(
onPressed: () {
_showWhatsNew(force: true, markSeen: false);
},
child: Text('s'),
),
body: Consumer2<AppProvider, SettingsProvider>(
builder: (context, appProvider, settings, child) {
return FutureBuilder<List<FDroidApp>>(