@override bool isHapticsEnabled() { final canShow = prefs.getBool(PreferenceKeys().hapticsEnabled); return canShow ?? true; }