mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Fixing nullpointer exception when accessing StatsLogger before initialization
Bug: 236227523 Test: Manual Change-Id: I2caaa143ab2ddd4442d5c56152c7b4a7c723b92b
This commit is contained in:
@@ -77,8 +77,8 @@ public abstract class BaseActivity extends Activity implements AppLauncher,
|
||||
new ArrayList<>();
|
||||
|
||||
protected DeviceProfile mDeviceProfile;
|
||||
protected StatsLogManager mStatsLogManager;
|
||||
protected SystemUiController mSystemUiController;
|
||||
private StatsLogManager mStatsLogManager;
|
||||
|
||||
|
||||
public static final int ACTIVITY_STATE_STARTED = 1 << 0;
|
||||
|
||||
Reference in New Issue
Block a user