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

Commit c3e8fd25 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am e0388230: am 14136c7c: Merge "Settings: Fix the memory leak in Settings"

* commit 'e0388230':
  Settings: Fix the memory leak in Settings
parents 8db86bc9 e0388230
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -575,6 +575,12 @@ public class InstalledAppDetails extends Fragment
        mSession.pause();
    }

    @Override
    public void onDestroyView() {
        super.onDestroyView();
        mSession.release();
    }

    @Override
    public void onAllSizesComputed() {
    }