Fix for a crash that resulted from a previous crash fix

This commit is contained in:
Grishka 2024-07-01 00:56:39 +03:00
parent 75f1caf022
commit f9fd62db09
2 changed files with 2 additions and 2 deletions

View File

@ -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"
}

View File

@ -388,7 +388,7 @@ public class AccountSessionManager{
}
if(!loadedInstances){
loadedInstances=true;
maybeUpdateCustomEmojis(domains);
MastodonAPIController.runInBackground(()->maybeUpdateCustomEmojis(domains));
}
}