mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 20:50:51 +01:00
Fix sticky headers in recent chapters not working after rotation
This commit is contained in:
parent
cdf5bbadea
commit
fda0aa3ce1
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class RecentChaptersFragment:
|
||||||
R.string.information_no_recent, R.drawable.ic_update_black_128dp)
|
R.string.information_no_recent, R.drawable.ic_update_black_128dp)
|
||||||
|
|
||||||
destroyActionModeIfNeeded()
|
destroyActionModeIfNeeded()
|
||||||
adapter.updateDataSet(chapters.toMutableList(), true)
|
adapter.updateDataSet(chapters.toMutableList())
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue