am 61597bd5: Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will switch the home screen
Merge commit '61597bd5fdc4f8704478101c1ae166ab2d0c503c' into eclair-mr2 * commit '61597bd5fdc4f8704478101c1ae166ab2d0c503c': Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will
This commit is contained in:
@@ -589,12 +589,16 @@ public final class Launcher extends Activity
|
||||
|
||||
@SuppressWarnings({"UnusedDeclaration"})
|
||||
public void previousScreen(View v) {
|
||||
mWorkspace.scrollLeft();
|
||||
if (!isAllAppsVisible()) {
|
||||
mWorkspace.scrollLeft();
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressWarnings({"UnusedDeclaration"})
|
||||
public void nextScreen(View v) {
|
||||
mWorkspace.scrollRight();
|
||||
if (!isAllAppsVisible()) {
|
||||
mWorkspace.scrollRight();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user