More new gestures UI. Adds a back button at the bottom of the settings activity.
diff --git a/src/com/android/launcher/Launcher.java b/src/com/android/launcher/Launcher.java
index 21b6949..be013eb 100644
--- a/src/com/android/launcher/Launcher.java
+++ b/src/com/android/launcher/Launcher.java
@@ -984,9 +984,9 @@
// TODO: This really should not be done here every time
final SharedPreferences preferences =
- getSharedPreferences(GesturesActivity.PREFERENCES_NAME, MODE_PRIVATE);
+ getSharedPreferences(GesturesConstants.PREFERENCES_NAME, MODE_PRIVATE);
final boolean homeKey = preferences.getBoolean(
- GesturesActivity.PREFERENCES_HOME_KEY, false);
+ GesturesConstants.PREFERENCES_HOME_KEY, false);
if (!homeKey) {
if (!mWorkspace.isDefaultScreenShowing()) {