Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Koitharu committed Jan 1, 2025
1 parent c2c3b0f commit fc1d704
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import org.koitharu.kotatsu.core.model.MangaSource
import org.koitharu.kotatsu.core.model.MangaSourceInfo
import org.koitharu.kotatsu.core.parser.external.ExternalMangaSource
import org.koitharu.kotatsu.core.ui.BaseActivity
import org.koitharu.kotatsu.core.util.ext.buildBundle
import org.koitharu.kotatsu.core.util.ext.observe
import org.koitharu.kotatsu.core.util.ext.observeEvent
import org.koitharu.kotatsu.core.util.ext.textAndVisible
Expand Down Expand Up @@ -175,7 +174,7 @@ class SettingsActivity :
}

private fun navigateToPreference(item: SettingsItem) {
val args = buildBundle(1) {
val args = Bundle(1).apply {
putString(ARG_PREF_KEY, item.key)
}
openFragment(item.fragmentClass, args, true)
Expand Down

0 comments on commit fc1d704

Please sign in to comment.