mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-23 04:57:59 +01:00
do not clear mMedia after third party intents
This commit is contained in:
parent
1397c2d48b
commit
ac1c84d279
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config.isThirdPartyIntent) {
|
if (config.isThirdPartyIntent) {
|
||||||
mMedia.clear()
|
|
||||||
config.isThirdPartyIntent = false
|
config.isThirdPartyIntent = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue