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

Commit e32e8efc authored by Suchi Amalapurapu's avatar Suchi Amalapurapu Committed by The Android Open Source Project
Browse files

Automated import from //branches/cupcake/...@142033,142033

parent 919d7afe
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1459,8 +1459,12 @@ public class ManageApplications extends ListActivity implements
    public void onStop() {
        super.onStop();
        // Stop the background threads
        if (mResourceThread != null) {
            mResourceThread.setAbort();
        }
        if (mSizeComputor != null) {
            mSizeComputor.setAbort();
        }
        // clear all messages related to application list
        clearMessagesInHandler();
        // register receiver here