]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/DictionaryManagerActivity.java
Trying to update to newest Android settings.
[Dictionary.git] / src / com / hughes / android / dictionary / DictionaryManagerActivity.java
index 65e9bf32cec4e08319d9d43f4eb623425fe89f10..98f3a1e19b4f43924d04118df9195facf1fcabcb 100644 (file)
@@ -14,9 +14,6 @@
 
 package com.hughes.android.dictionary;
 
-import com.hughes.android.dictionary.DictionaryInfo.IndexInfo;
-import com.hughes.android.util.IntentLauncher;
-
 import android.app.ListActivity;
 import android.content.Intent;
 import android.content.SharedPreferences;
@@ -49,6 +46,9 @@ import android.widget.ImageView;
 import android.widget.LinearLayout;
 import android.widget.TextView;
 
+import com.hughes.android.dictionary.DictionaryInfo.IndexInfo;
+import com.hughes.android.util.IntentLauncher;
+
 import java.io.File;
 import java.util.ArrayList;
 import java.util.List;
@@ -149,8 +149,8 @@ public class DictionaryManagerActivity extends ListActivity {
   protected void onResume() {
     super.onResume();
     
-    if (PreferenceActivity.prefsMightHaveChanged) {
-      PreferenceActivity.prefsMightHaveChanged = false;
+    if (SettingsActivity.settingsMightHaveChanged) {
+      SettingsActivity.settingsMightHaveChanged = false;
       finish();
       startActivity(getIntent());
     }