Fix: was not showing entry after opening from link on UrlImportableSource
This commit is contained in:
parent
b6470d1072
commit
a087acd0b3
1 changed files with 3 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ class InterceptActivity : BaseActivity() {
|
|||
} else {
|
||||
Intent(this, MainActivity::class.java)
|
||||
.setAction(Constants.SHORTCUT_MANGA)
|
||||
// KMK -->
|
||||
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
|
||||
// KMK <--
|
||||
.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)
|
||||
.putExtra(Constants.MANGA_EXTRA, it.mangaId)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue