do not clear mMedia after third party intents

This commit is contained in:
tibbi 2017-09-05 15:45:35 +02:00
parent 1397c2d48b
commit ac1c84d279
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
}
if (config.isThirdPartyIntent) {
mMedia.clear()
config.isThirdPartyIntent = false
}
}