Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34dec4a9 authored by Chirayu Desai's avatar Chirayu Desai Committed by Michael Bestas
Browse files

Hide the "Show the vibrate icon in the Status Bar" setting

* We have this controllable like all other status bar icons

Change-Id: I39d2f0ee7849403c404bdfa109e191102466c537
parent dcd68769
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -37,6 +37,6 @@ public class VibrateIconPreferenceController extends SettingPrefController {


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