Backup before removing hiddify references

This commit is contained in:
Hiddify User
2026-01-15 12:28:40 +03:00
parent f54603d129
commit 36d9e31236
231 changed files with 6648 additions and 1832 deletions

View File

@@ -13,8 +13,7 @@ class HapticService extends _$HapticService {
}
static const String hapticFeedbackPrefKey = "haptic_feedback";
SharedPreferences get _preferences =>
ref.read(sharedPreferencesProvider).requireValue;
SharedPreferences get _preferences => ref.read(sharedPreferencesProvider).requireValue;
Future<void> updatePreference(bool value) async {
state = value;