mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
@@ -478,9 +478,11 @@ public class ActivityAllAppsContainerView<T extends Context & ActivityContext>
|
||||
* apps list.
|
||||
*/
|
||||
public void reset(boolean animate, boolean exitSearch) {
|
||||
for (int i = 0; i < mAH.size(); i++) {
|
||||
if (mAH.get(i).mRecyclerView != null) {
|
||||
mAH.get(i).mRecyclerView.scrollToTop();
|
||||
if (!PreferenceExtensionsKt.firstBlocking (pref2.getRememberPosition ())) {
|
||||
for (int i = 0; i < mAH.size(); i++) {
|
||||
if (mAH.get(i).mRecyclerView != null) {
|
||||
mAH.get(i).mRecyclerView.scrollToTop();
|
||||
}
|
||||
}
|
||||
}
|
||||
if (mTouchHandler != null) {
|
||||
|
||||
Reference in New Issue
Block a user