Corrected spacing.
This commit is contained in:
parent
f043098e2a
commit
56fde141be
|
@ -379,6 +379,7 @@ public class StatusListAdapter extends BaseAdapter implements OnPostActionInterf
|
||||||
new YandexQuery(StatusListAdapter.this).getYandexTextview(position, text, currentLocale);
|
new YandexQuery(StatusListAdapter.this).getYandexTextview(position, text, currentLocale);
|
||||||
else if( translator == Helper.TRANS_GOOGLE)
|
else if( translator == Helper.TRANS_GOOGLE)
|
||||||
new GoogleTranslateQuery(StatusListAdapter.this).getGoogleTextview(position, text, currentLocale);
|
new GoogleTranslateQuery(StatusListAdapter.this).getGoogleTextview(position, text, currentLocale);
|
||||||
|
|
||||||
}else {
|
}else {
|
||||||
status.setTranslationShown(!status.isTranslationShown());
|
status.setTranslationShown(!status.isTranslationShown());
|
||||||
statusListAdapter.notifyDataSetChanged();
|
statusListAdapter.notifyDataSetChanged();
|
||||||
|
|
Loading…
Reference in New Issue