mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
resolve merge conflicts of 2fd0208 to ub-launcher3-master
Change-Id: I20ad6eaace81786be080e28d6eb551908add6d90
This commit is contained in:
@@ -204,7 +204,7 @@ public class FocusHelper {
|
||||
return consume;
|
||||
}
|
||||
|
||||
final Launcher launcher = (Launcher) v.getContext();
|
||||
final Launcher launcher = Launcher.getLauncher(v.getContext());
|
||||
final DeviceProfile profile = launcher.getDeviceProfile();
|
||||
|
||||
if (DEBUG) {
|
||||
@@ -333,7 +333,7 @@ public class FocusHelper {
|
||||
return consume;
|
||||
}
|
||||
|
||||
Launcher launcher = (Launcher) v.getContext();
|
||||
Launcher launcher = Launcher.getLauncher(v.getContext());
|
||||
DeviceProfile profile = launcher.getDeviceProfile();
|
||||
|
||||
if (DEBUG) {
|
||||
|
||||
Reference in New Issue
Block a user