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

Commit 055ea248 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Use new vibrate icon in power menu.

Change-Id: I54725ae73bac731a2078a9c61d75d77c0cbb3680
parent 0340b429
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
                // XXX: FIXME: switch to ic_lock_vibrate_mode when available
                mEnabledIconResId = (Settings.System.getInt(mContext.getContentResolver(),
                        Settings.System.VIBRATE_IN_SILENT, 1) == 1)
                    ? R.drawable.ic_lock_silent_mode
                    ? R.drawable.ic_lock_silent_mode_vibrate
                    : R.drawable.ic_lock_silent_mode;
            }