Browse Source

changes due to CR

tobiasKaminsky 9 years ago
parent
commit
be8162ff56
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/com/owncloud/android/ui/fragment/ExtendedListFragment.java

+ 1 - 1
src/com/owncloud/android/ui/fragment/ExtendedListFragment.java

@@ -308,7 +308,7 @@ public class ExtendedListFragment extends Fragment
         }
 
         SharedPreferences appPreferences = PreferenceManager
-                .getDefaultSharedPreferences(MainApp.getAppContext());
+                .getDefaultSharedPreferences(getContext());
         mScale = appPreferences.getFloat(GRID_COLUMNS, -1.0f);
     }