Merge branch 'soru/fix-sentry-switch' into 'main'
fix: Sentry switch being broken See merge request famedly/fluffychat!864
This commit is contained in:
commit
33a7562011
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ abstract class SentryController {
|
||||||
BuildContext context, bool enableSentry) async {
|
BuildContext context, bool enableSentry) async {
|
||||||
if (!AppConfig.enableSentry) return;
|
if (!AppConfig.enableSentry) return;
|
||||||
final storage = Store();
|
final storage = Store();
|
||||||
await storage.setItem(SettingKeys.sentry, enableSentry.toString());
|
await storage.setItemBool(SettingKeys.sentry, enableSentry);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue