mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
invalidate the actionbar at viewpager update
This commit is contained in:
parent
388a6dd2c1
commit
ed3a386984
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
|||
|
||||
updateActionbarTitle()
|
||||
updatePagerItems()
|
||||
invalidateOptionsMenu()
|
||||
}.execute()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue