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

Commit f7b38dfe authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix AssertionError int StateManager"

parents 0dd4553a d853e5a1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -130,8 +130,10 @@ public class StateManager {
    }

    public void notifyActivityResult(int requestCode, int resultCode, Intent data) {
        if (!mStack.isEmpty()) {
            getTopState().onStateResult(requestCode, resultCode, data);
        }
    }

    public void clearActivityResult() {
        if (!mStack.isEmpty()) {