mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-04-13 18:02:17 +02:00
adding a crashfix
This commit is contained in:
parent
108ecf3c8c
commit
a73bf966b4
@ -1179,7 +1179,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
||||
}
|
||||
|
||||
RenameItemDialog(this, oldPath) {
|
||||
getCurrentMedia()[mPos].apply {
|
||||
getCurrentMedia().getOrNull(mPos)?.apply {
|
||||
path = it
|
||||
name = it.getFilenameFromPath()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user