Corrected spacing.

This commit is contained in:
PhotonQyv 2017-08-28 11:17:20 +01:00
parent f043098e2a
commit 56fde141be
1 changed files with 1 additions and 0 deletions

View File

@ -379,6 +379,7 @@ public class StatusListAdapter extends BaseAdapter implements OnPostActionInterf
new YandexQuery(StatusListAdapter.this).getYandexTextview(position, text, currentLocale);
else if( translator == Helper.TRANS_GOOGLE)
new GoogleTranslateQuery(StatusListAdapter.this).getGoogleTextview(position, text, currentLocale);
}else {
status.setTranslationShown(!status.isTranslationShown());
statusListAdapter.notifyDataSetChanged();