fix: code-review warnings — deprecated APIs, debugPrint→Logger, unused import

This commit is contained in:
Dustin
2026-08-01 15:08:05 +02:00
parent cdb137f724
commit 669a02304e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
style: TextStyle(color: MeloTheme.textSekundaer, fontSize: 12),
),
value: _diagnose,
activeColor: MeloTheme.rot,
activeThumbColor: MeloTheme.rot,
onChanged: (v) {
setState(() => _diagnose = v);
AppConfig.sendeDiagnosedaten = v;