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

Commit d298d474 authored by Jason Monk's avatar Jason Monk Committed by Gerrit Code Review
Browse files

Merge "fix out of memory with continuous entry and exit InstalledAppDetail."

parents f3cc2352 2396a40c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -105,6 +105,12 @@ public abstract class AppInfoBase extends SettingsPreferenceFragment
        super.onPause();
    }

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

    protected String retrieveAppEntry() {
        final Bundle args = getArguments();
        mPackageName = (args != null) ? args.getString(ARG_PACKAGE_NAME) : null;