mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Hide keyboard only when scrolling happens" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a79c7e4227
@@ -246,11 +246,7 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo
|
||||
hideInput();
|
||||
return false;
|
||||
}
|
||||
boolean shouldScroll = rv.shouldContainerScroll(ev, mLauncher.getDragLayer());
|
||||
if (shouldScroll) {
|
||||
hideInput();
|
||||
}
|
||||
return shouldScroll;
|
||||
return rv.shouldContainerScroll(ev, mLauncher.getDragLayer());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user