Update AndroidX dependencies

This commit is contained in:
Koitharu
2023-03-11 08:38:31 +02:00
parent 472a8d9d72
commit cc698cc82d
7 changed files with 16 additions and 16 deletions

View File

@@ -104,7 +104,7 @@ class PageHolderDelegate(
}
}
override fun onChanged(t: ReaderSettings?) {
override fun onChanged(t: ReaderSettings) {
if (state == State.SHOWN) {
callback.onImageShowing(readerSettings)
}