fixed: zim file not opening from notification issue

This commit is contained in:
Shashank shetty 2024-11-14 16:39:30 +05:30 committed by Kelson
parent 5e7104c951
commit 55e4c46b34

View File

@ -127,6 +127,7 @@ class KiwixMainActivity : CoreMainActivity() {
activityKiwixMainBinding.bottomNavView.setupWithNavController(navController)
migrateInternalToPublicAppDirectory()
handleZimFileIntent(intent)
handleNotificationIntent(intent)
handleGetContentIntent(intent)
}