mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-04-20 05:07:21 +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) {
|
RenameItemDialog(this, oldPath) {
|
||||||
getCurrentMedia()[mPos].apply {
|
getCurrentMedia().getOrNull(mPos)?.apply {
|
||||||
path = it
|
path = it
|
||||||
name = it.getFilenameFromPath()
|
name = it.getFilenameFromPath()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user