Making thy necessary adjustments for the thing to compile

This commit is contained in:
LucasGGamerM
2023-02-07 18:25:46 -03:00
parent ec0f6edc41
commit d04b09f75f
9 changed files with 24 additions and 15 deletions

View File

@@ -59,7 +59,6 @@ public class GlobalUserPreferences{
private final static Type recentEmojisType = new TypeToken<Map<String, Integer>>() {}.getType();
public static Map<String, Integer> recentEmojis;
public static boolean enablePreReleases;
private static SharedPreferences getPrefs(){
return MastodonApp.context.getSharedPreferences("global", Context.MODE_PRIVATE);