tobiasKaminsky 9 жил өмнө
parent
commit
be8162ff56

+ 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);
     }