mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-10-31 20:17:28 +01:00 
			
		
		
		
	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
						347910b8ae
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sorunome
						Sorunome