Fix for a crash that resulted from a previous crash fix
This commit is contained in:
parent
75f1caf022
commit
f9fd62db09
|
@ -13,7 +13,7 @@ android {
|
|||
applicationId "org.joinmastodon.android"
|
||||
minSdk 23
|
||||
targetSdk 33
|
||||
versionCode 106
|
||||
versionCode 107
|
||||
versionName "2.5.4"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
|
|
@ -388,7 +388,7 @@ public class AccountSessionManager{
|
|||
}
|
||||
if(!loadedInstances){
|
||||
loadedInstances=true;
|
||||
maybeUpdateCustomEmojis(domains);
|
||||
MastodonAPIController.runInBackground(()->maybeUpdateCustomEmojis(domains));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue