Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Fix sticky headers in recent chapters not working after rotation

Cette révision appartient à :
len 2017-01-24 16:01:43 +01:00
Parent cdf5bbadea
révision fda0aa3ce1

Voir le fichier

@ -188,7 +188,7 @@ class RecentChaptersFragment:
R.string.information_no_recent, R.drawable.ic_update_black_128dp)
destroyActionModeIfNeeded()
adapter.updateDataSet(chapters.toMutableList(), true)
adapter.updateDataSet(chapters.toMutableList())
}
/**