Log.w(TAG,"Received "+TokenMismatchException.class.getSimpleName()+" and the given ssoAccount.name ("+ssoAccount.name+") does already exist in the database. Assume that this account has already been imported.");
runOnUiThread(()->{
selectAccount(ssoAccount.name);
// TODO there is already a sync in progress and results in displaying a TokenMissMatchException snackbar which conflicts with this one