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

Commit dfc6e324 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

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

am: d298d474

* commit 'd298d474':
  fix out of memory with continuous entry and exit InstalledAppDetail.
parents 94ab8822 d298d474
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;