This commit is contained in:
2026-03-29 15:59:49 +03:00
parent 1f6d129fc2
commit bc8c272e63
21 changed files with 114 additions and 327 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import 'package:shared_preferences/shared_preferences.dart';
class HapticService {
static const _key = 'haptic_enabled';
static bool _enabled = true; // runtime cache
static bool _enabled = true;
static Future<void> init() async {
final prefs = await SharedPreferences.getInstance();