mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Remove device profile dependency from UserEventDispatcher
Bug: 110122682 Change-Id: I31ba61e60e31f1cc84e6d0cf115193e45d9fcfdb
This commit is contained in:
@@ -107,7 +107,7 @@ public abstract class BaseActivity extends Activity implements UserEventDelegate
|
||||
|
||||
public final UserEventDispatcher getUserEventDispatcher() {
|
||||
if (mUserEventDispatcher == null) {
|
||||
mUserEventDispatcher = UserEventDispatcher.newInstance(this, mDeviceProfile, this);
|
||||
mUserEventDispatcher = UserEventDispatcher.newInstance(this, this);
|
||||
}
|
||||
return mUserEventDispatcher;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user