This commit is contained in:
tom79 2019-03-01 18:57:19 +01:00
parent 2450f19ba2
commit c4af6cfa96
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ public class API {
final SharedPreferences sharedpreferences = context.getSharedPreferences(Helper.APP_PREFS, Context.MODE_PRIVATE);
String tag = sharedpreferences.getString(Helper.SET_FEATURED_TAG_ACTION, null);
if( MainActivity.social == UpdateAccountInfoAsyncTask.SOCIAL.MASTODON && tag != null){
params.put("tagged", tag);
params.put("tagged", tag.toLowerCase());
}
statuses = new ArrayList<>();
try {