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

Commit f20fd111 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

am: 4eb5fa41

Change-Id: I8060bcc803ac4873d9ad37a6ccd9b2f8e089bf52
parents cf81c43f 4eb5fa41
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) {