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

Commit f5100a78 authored by Ben Komalo's avatar Ben Komalo
Browse files

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

Change-Id: Ie48b303cef4fe1b284d4ed6a1b310f3dcef20c91
parent 1e06193c
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();
            }
        }