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

Commit d6665fc4 authored by Ben Komalo's avatar Ben Komalo Committed by Android (Google) Code Review
Browse files

Merge "Relay stopLoading() on the loader from LoaderInfo.stop()"

parents c0266634 f5100a78
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -172,6 +172,7 @@ class LoaderManagerImpl implements LoaderManager {
                // Let the loader know we're done with it
                mListenerRegistered = false;
                mLoader.unregisterListener(this);
                mLoader.stopLoading();
            }
        }