Merge remote-tracking branch 'megalodon_main/main'

This commit is contained in:
LucasGGamerM 2023-09-02 20:26:22 -03:00
commit 0dcade767b
1 changed files with 3 additions and 0 deletions

View File

@ -146,6 +146,9 @@ public class AccountSession{
@Override
public void onError(ErrorResponse error){
Log.w(TAG, "Failed to load preferences for account "+getID()+": "+error);
if (preferences==null)
preferences=new Preferences();
preferencesFromAccountSource(self);
}
})
.exec(getID());