mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-05 03:29:30 +01:00
fix: Sentry switch being broken
This commit is contained in:
parent
d1034e09b9
commit
d7620217f8
@ -13,7 +13,7 @@ abstract class SentryController {
|
||||
BuildContext context, bool enableSentry) async {
|
||||
if (!AppConfig.enableSentry) return;
|
||||
final storage = Store();
|
||||
await storage.setItem(SettingKeys.sentry, enableSentry.toString());
|
||||
await storage.setItemBool(SettingKeys.sentry, enableSentry);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user