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

Commit 9c525edf authored by Michael Kolb's avatar Michael Kolb Committed by Android (Google) Code Review
Browse files

Merge "Remove timer indicator" into gb-ub-photos-bryce

parents d6edcee3 197262c7
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) {