mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Merge "Don't snap to task when tapping task icon in overview grid" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f5942afeb5
@@ -795,7 +795,8 @@ public class TaskView extends FrameLayout implements Reusable {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!getRecentsView().isClearAllHidden()) {
|
||||
if (!mActivity.getDeviceProfile().overviewShowAsGrid
|
||||
&& !getRecentsView().isClearAllHidden()) {
|
||||
getRecentsView().snapToPage(getRecentsView().indexOfChild(this));
|
||||
return false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user