mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-05 21:07:20 +01:00
hide the bottom Rename button at PhotoVideo activity
This commit is contained in:
parent
c40cb542f6
commit
cb346af279
@ -188,7 +188,8 @@ open class PhotoVideoActivity : SimpleActivity(), ViewPagerFragment.FragmentList
|
||||
}
|
||||
|
||||
private fun initBottomActionButtons() {
|
||||
arrayListOf(bottom_favorite, bottom_delete, bottom_rotate, bottom_properties, bottom_change_orientation, bottom_slideshow, bottom_show_on_map, bottom_toggle_file_visibility).forEach {
|
||||
arrayListOf(bottom_favorite, bottom_delete, bottom_rotate, bottom_properties, bottom_change_orientation, bottom_slideshow, bottom_show_on_map,
|
||||
bottom_toggle_file_visibility, bottom_rename).forEach {
|
||||
it.beGone()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user