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

Commit ecebb6fd authored by Steve McKay's avatar Steve McKay
Browse files

Don't ignore reset.

Causes directories to be loading state forever when device is offline.

Bug: 31102312
Change-Id: Id5f39a6c1b84b4618f917c69efb7849b11e5e39c
parent 17b761eb
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();