Tune transitions

This commit is contained in:
Koitharu
2022-07-09 17:58:45 +03:00
parent 12be24c050
commit 4402db33fd
13 changed files with 44 additions and 39 deletions

View File

@@ -31,7 +31,7 @@ class MangaListActivity : BaseActivity<ActivityContainerBinding>() {
finishAfterTransition()
return
}
title = source.title
title = if (source == MangaSource.LOCAL) getString(R.string.local_storage) else source.title
val fm = supportFragmentManager
if (fm.findFragmentById(R.id.container) == null) {
fm.commit {