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

Commit c626a5ea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't ignore reset." into nyc-andromeda-dev

parents 7d75f7bb ecebb6fd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -96,7 +96,6 @@ public class Model {
        if (mIsLoading) {
            Log.w(TAG, "Received unexpected loader reset while in loading state for doc: "
                    + DocumentInfo.debugString(doc));
            return;
        }

        reset();