Fixed back button sometimes needing to be pressed twice to exit

This commit is contained in:
Jays2Kings 2022-08-30 14:50:06 -04:00
parent f3d75f43e7
commit 8897d5c7ef

View file

@ -706,6 +706,7 @@ open class MainActivity : BaseActivity<MainActivityBinding>(), DownloadServiceLi
setExtensionsBadge()
DownloadService.callListeners()
showDLQueueTutorial()
reEnableBackPressedCallBack()
}
private fun showDLQueueTutorial() {