Revert "NTP-12537 | branch concurrent modification fix by bypassing the old intent state" (#13884)
This commit is contained in:
committed by
GitHub
parent
c9b939596f
commit
8db844e7db
@@ -45,7 +45,6 @@ import com.naviapp.utils.Constants.DEEPLINK
|
||||
import com.naviapp.utils.Constants.DEFAULT_DEEPLINK_RESOLVE_WAIT_TIME
|
||||
import dagger.Lazy
|
||||
import dagger.hilt.android.AndroidEntryPoint
|
||||
import io.branch.referral.Branch
|
||||
import javax.inject.Inject
|
||||
import kotlinx.coroutines.delay
|
||||
import kotlinx.coroutines.launch
|
||||
@@ -70,14 +69,6 @@ class DeeplinkManagementActivity : BaseLauncherActivity() {
|
||||
|
||||
override fun onCreate(savedInstanceState: Bundle?) {
|
||||
super.onCreate(savedInstanceState)
|
||||
if (
|
||||
FirebaseRemoteConfigHelper.getBoolean(
|
||||
FirebaseRemoteConfigHelper.BRANCH_BYPASS_CURRENT_ACTIVITY_INTENT_STATE,
|
||||
false
|
||||
)
|
||||
) {
|
||||
Branch.enableBypassCurrentActivityIntentState()
|
||||
}
|
||||
if (BaseUtils.isUserLoggedIn().not()) {
|
||||
navigateToLogin()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user