mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Removing launcher dependency when logging quickstep interaction
as Launcher may not be ready when the touch gesture completes. Change-Id: Ia69eb7bfb0340f7b7ce9b6c67be8851e5429f867
This commit is contained in:
@@ -48,8 +48,7 @@ public abstract class BaseActivity extends Activity {
|
||||
|
||||
public final UserEventDispatcher getUserEventDispatcher() {
|
||||
if (mUserEventDispatcher == null) {
|
||||
mUserEventDispatcher = UserEventDispatcher.newInstance(this,
|
||||
mDeviceProfile.isLandscape, isInMultiWindowModeCompat());
|
||||
mUserEventDispatcher = UserEventDispatcher.newInstance(this, mDeviceProfile);
|
||||
}
|
||||
return mUserEventDispatcher;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user