Fixed wrong download filter from commit #33386e2

Fixed another tab not in TabLayout error.

Drawable to Vector
Removed Filter... Toast
This commit is contained in:
NoodleMage
2016-03-06 21:44:21 +01:00
parent b89d6644d8
commit 6383a745ff
11 changed files with 22 additions and 5 deletions
@@ -77,6 +77,13 @@ public class MangaActivity extends BaseRxActivity<MangaPresenter> {
adapter = new MangaDetailAdapter(getSupportFragmentManager(), this);
viewPager.setAdapter(adapter);
// Workaround to prevent: Tab belongs to a different TabLayout.
// Internal bug in Support library v23.2.0.
// See https://code.google.com/p/android/issues/detail?id=201827
for (int j = 0; j < 17; j++)
tabs.newTab();
tabs.setupWithViewPager(viewPager);
if (!isOnline)