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

Commit a5b38cab authored by Joe Onorato's avatar Joe Onorato
Browse files

top and bottom can't be the same thing

Change-Id: Ia5e4684db6dab390394f11182612c45818c7bcc0
parent 35111ee4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class StatusBarService extends Service implements CommandQueue.Callbacks
    private static final int INTRUDER_ALERT_DECAY_MS = 10000;

    static final int POSITION_TOP = 0;
    static final int POSITION_BOTTOM = 0;
    static final int POSITION_BOTTOM = 1;

    StatusBarPolicy mIconPolicy;