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

Commit 666a2a7d authored by narinder Rana's avatar narinder Rana
Browse files

add SwitchPreference Setting : Test

parent d3e4fe05
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -51,8 +51,9 @@ public class HideNotificationIconsPreferenceController extends TogglePreferenceC

    @Override
    public boolean isChecked() {
        return mContext.getResources()
                .getBoolean(com.android.internal.R.bool.config_hide_notificationIcons);
        return true;
//        return mContext.getResources()
//                .getBoolean(com.android.internal.R.bool.config_hide_notificationIcons);
    }

    @Override