mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 17:36:49 +00:00
Making some fields accessible to subclasses
Bug: 132975416 Change-Id: Icc7043d8299c88fcf505068f8cabd4705d19010d
This commit is contained in:
@@ -56,7 +56,7 @@ public class PredictionAppTracker extends AppLaunchTracker {
|
||||
private static final int MSG_LAUNCH = 2;
|
||||
private static final int MSG_PREDICT = 3;
|
||||
|
||||
private final Context mContext;
|
||||
protected final Context mContext;
|
||||
private final Handler mMessageHandler;
|
||||
|
||||
// Accessed only on worker thread
|
||||
|
||||
Reference in New Issue
Block a user