mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Update PreferenceManager.java
This commit is contained in:
parent
045b285438
commit
081fb7a8c8
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ public abstract class PreferenceManager {
|
|||
* @return grid columns grid columns
|
||||
*/
|
||||
public static float getGridColumns(Context context) {
|
||||
return getDefaultSharedPreferences(context).getFloat(AUTO_PREF__GRID_COLUMNS, 3.0f);
|
||||
return getDefaultSharedPreferences(context).getFloat(AUTO_PREF__GRID_COLUMNS, 4.0f);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue