Merge "Stop settings properties to null in onDestroy()" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
303bbc3ba4
@@ -1459,7 +1459,6 @@ public class Launcher extends BaseActivity
|
||||
} catch (NullPointerException ex) {
|
||||
Log.w(TAG, "problem while stopping AppWidgetHost during Launcher destruction", ex);
|
||||
}
|
||||
mAppWidgetHost = null;
|
||||
|
||||
TextKeyListener.getInstance().release();
|
||||
WallpaperColorInfo.getInstance(this).setOnThemeChangeListener(null);
|
||||
|
||||
Reference in New Issue
Block a user