Here is my code
private fun startMainActivity() {
startActivity(Intent(this, MainActivityTab::class.java))
finish()
}
Working fine in all devices but my Samsung device. When I press the back button in the MainActivityTab
activity, it takes me back to the previous activity.
How to make this work for all the devices?
Device: Samsung A30s