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

Commit 64c9d324 authored by Roman Birg's avatar Roman Birg
Browse files

base: add missing constant



Missed in previous cherry pick.

Ref: OPO-427

Change-Id: Id603a66ba11e0e2a7402a793b7c15f2ec0d11cee
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 7c0b0c9a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ public class StatusBarManager {

    public static final int CAMERA_LAUNCH_SOURCE_WIGGLE = 0;
    public static final int CAMERA_LAUNCH_SOURCE_POWER_DOUBLE_TAP = 1;
    public static final int CAMERA_LAUNCH_SOURCE_SCREEN_GESTURE = 2;

    private Context mContext;
    private IStatusBarService mService;