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

Commit 9674bee6 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12037182 from 50d4afbc to 24Q4-release

Change-Id: I26e8d582f1d4e1014fe62518bfa4d2c7d175697e
parents b08f986e 50d4afbc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -456,7 +456,6 @@ public abstract class BaseActivity
        mPreferencesMonitor.stop();
        mSortController.destroy();
        DocumentsApplication.invalidateUserManagerState(this);
        DocumentsApplication.invalidateConfigStore();
        super.onDestroy();
    }

+0 −10
Original line number Diff line number Diff line
@@ -162,16 +162,6 @@ public class DocumentsApplication extends Application {
        ((DocumentsApplication) context.getApplicationContext()).mUserManagerState = null;
    }

    /**
     * Set {@link #sConfigStore} as null onDestroy of BaseActivity so that new session uses new
     * instance of {@link #sConfigStore}
     */
    public static void invalidateConfigStore() {
        synchronized (DocumentsApplication.class) {
            sConfigStore = null;
        }
    }

    private void onApplyOverlayFinish(boolean result) {
        Log.d(TAG, "OverlayManager.setEnabled() result: " + result);
    }