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

Commit 4eb5fa41 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Fixed WTF that happens on race condition." into oc-dev

am: 461fd10d

Change-Id: Ide1dc0428c0bcc4acc6714eb75de5880a71f237d
parents 1b92db19 461fd10d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
     */
    public boolean showSaveLocked() {
        if (mStructure == null) {
            Slog.wtf(TAG, "showSaveLocked(): no mStructure");
            Slog.d(TAG, "showSaveLocked(): no mStructure");
            return true;
        }
        if (mResponses == null) {