Fix: was not showing entry after opening from link on UrlImportableSource

This commit is contained in:
Cuong-Tran 2025-01-07 03:10:34 +07:00
parent b6470d1072
commit a087acd0b3
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -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)
},