adding an empty line

This commit is contained in:
Tibor Kaputa 2021-12-05 23:28:01 +01:00 committed by GitHub
parent dd8cd61450
commit a83765705d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -719,6 +719,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
if (!isOreoPlus()) { if (!isOreoPlus()) {
return return
} }
val manager = getSystemService(ShortcutManager::class.java) val manager = getSystemService(ShortcutManager::class.java)
if (manager.isRequestPinShortcutSupported) { if (manager.isRequestPinShortcutSupported) {
val medium = getCurrentMedium() ?: return val medium = getCurrentMedium() ?: return