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

Commit 005cb6de authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Fix build

Change-Id: Iac31df396eaadd711088c149e4f7b616ff599a29
parent 69057d02
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -22143,6 +22143,17 @@
 visibility="protected"
>
</field>
<field name="POP_BACK_STACK_INCLUSIVE"
 type="int"
 transient="false"
 volatile="false"
 value="1"
 static="true"
 final="true"
 deprecated="not deprecated"
 visibility="public"
>
</field>
<field name="RESULT_CANCELED"
 type="int"
 transient="false"
+1 −1
Original line number Diff line number Diff line
@@ -2059,7 +2059,7 @@ public class Activity extends ContextThemeWrapper
     * removed.  Otherwise, all entries up to but not including that entry
     * will be removed
     */
    static final int POP_BACK_STACK_INCLUSIVE = 1<<0;
    public static final int POP_BACK_STACK_INCLUSIVE = 1<<0;

    /**
     * Pop the top state off the back stack.  Returns true if there was one