Settings and other things

This commit is contained in:
Grishka
2022-04-06 03:11:15 +03:00
parent 0661ce265a
commit f73669124f
63 changed files with 1318 additions and 134 deletions

View File

@@ -27,5 +27,6 @@ public class MastodonApp extends Application{
context=getApplicationContext();
PushSubscriptionManager.tryRegisterFCM();
GlobalUserPreferences.load();
}
}