Loading services/autofill/java/com/android/server/autofill/Session.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
services/autofill/java/com/android/server/autofill/Session.java +1 −1 Original line number Diff line number Diff line Loading @@ -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) { Loading