Resetting AllApps to first page when turning screen off/hitting home.
Change-Id: If988bbcf48c54aad3603425bb290fde011e9bd75
This commit is contained in:
@@ -248,6 +248,10 @@ public class AllAppsTabbed extends TabHost implements AllAppsView, LauncherTrans
|
||||
mAllApps.surrender();
|
||||
}
|
||||
|
||||
public void reset() {
|
||||
mAllApps.reset();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean onTouchEvent(MotionEvent ev) {
|
||||
if (ev.getY() > mAllApps.getBottom()) {
|
||||
|
||||
Reference in New Issue
Block a user