Skip to content

Commit

Permalink
Hide the "Show the vibrate icon in the Status Bar" setting
Browse files Browse the repository at this point in the history
* We have this controllable like all other status bar icons

Change-Id: I39d2f0ee7849403c404bdfa109e191102466c537
  • Loading branch information
chirayudesai authored and mikeNG committed Oct 25, 2024
1 parent 6171923 commit be0be1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ public VibrateIconPreferenceController(Context context, SettingsPreferenceFragme

@Override
public boolean isAvailable() {
return mHasVibrator;
return false;
}
}

0 comments on commit be0be1f

Please sign in to comment.