ignore the newApi at a fullscreen mode function

This commit is contained in:
tibbi 2021-05-14 10:26:32 +02:00
parent b274f9ad57
commit 7cbb533270
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
}
}
@RequiresApi(Build.VERSION_CODES.N)
@SuppressLint("NewApi")
private fun initContinue() {
if (intent.extras?.containsKey(IS_VIEW_INTENT) == true) {
if (isShowHiddenFlagNeeded()) {