diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/ReaderActivity.kt b/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/ReaderActivity.kt index 2808be2b3..b3a0d4bfa 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/ReaderActivity.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/ReaderActivity.kt @@ -3,7 +3,6 @@ package org.koitharu.kotatsu.reader.ui import android.content.Context import android.content.Intent import android.net.Uri -import android.os.Build.VERSION_CODES.R import android.os.Bundle import android.transition.Fade import android.transition.Slide diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/config/ReaderConfigSheet.kt b/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/config/ReaderConfigSheet.kt index d13371235..7a13775ec 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/config/ReaderConfigSheet.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/config/ReaderConfigSheet.kt @@ -1,7 +1,6 @@ package org.koitharu.kotatsu.reader.ui.config import android.net.Uri -import android.os.Build.VERSION_CODES.R import android.os.Bundle import android.view.LayoutInflater import android.view.View diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/pager/BasePagerReaderFragment.kt b/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/pager/BasePagerReaderFragment.kt index ff4bf2961..77ce10313 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/pager/BasePagerReaderFragment.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/pager/BasePagerReaderFragment.kt @@ -1,7 +1,6 @@ package org.koitharu.kotatsu.reader.ui.pager import android.os.Build -import android.os.Build.VERSION_CODES.R import android.os.Bundle import android.view.InputDevice import android.view.KeyEvent diff --git a/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/pager/doublepage/DoubleReaderFragment.kt b/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/pager/doublepage/DoubleReaderFragment.kt index 1a55a3994..1c7e786a9 100644 --- a/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/pager/doublepage/DoubleReaderFragment.kt +++ b/app/src/main/kotlin/org/koitharu/kotatsu/reader/ui/pager/doublepage/DoubleReaderFragment.kt @@ -1,6 +1,5 @@ package org.koitharu.kotatsu.reader.ui.pager.doublepage -import android.os.Build.VERSION_CODES.R import android.os.Bundle import android.view.LayoutInflater import android.view.ViewGroup