Some improvements

This commit is contained in:
stom79 2017-11-24 16:02:25 +01:00
parent 09698bf950
commit b215a92c42
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ public class HashTagActivity extends AppCompatActivity implements OnRetrieveFeed
nextElementLoader.setVisibility(View.GONE);
}
}
}
});
new RetrieveFeedsAsyncTask(getApplicationContext(), RetrieveFeedsAsyncTask.Type.TAG, tag,null, max_id, HashTagActivity.this).executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);