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

Commit 0ed99bc6 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed WTF that happens on race condition.

Test: it's a log change, and it compiles :-)
Change-Id: Ie6409b92a5b7ad21ade5aecc0b7e78602aa3f605
Fixes: 37216544
parent bbcf5fba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -438,7 +438,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) {