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

Commit 14136c7c authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Gerrit Code Review
Browse files

Merge "Settings: Fix the memory leak in Settings"

parents 1f37bff7 aa214801
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() {
    }