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

Commit 197262c7 authored by Michael Kolb's avatar Michael Kolb
Browse files

Remove timer indicator

  Bug: 8754833

Change-Id: I1750ac4ad7300605c3e65015ac9a94d012d26db2
parent ef878669
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -306,12 +306,6 @@ public class PhotoUI implements PieListener,
            wbIndex = pref.getCurrentIndex();
        }
        mOnScreenIndicators.updateWBIndicator(wbIndex);
        pref = group.findPreference(CameraSettings.KEY_TIMER);
        boolean timer = false;
        if (pref != null) {
            timer = !(pref.getCurrentIndex() == 0);
        }
        mOnScreenIndicators.updateTimerIndicator(timer);
        boolean location = false;
        pref = group.findPreference(CameraSettings.KEY_RECORD_LOCATION);
        if (pref != null) {