Skip to content

Commit

Permalink
V2 bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
shah272728 committed Oct 16, 2023
1 parent 0d6bc18 commit 8bcca71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class MainActivity : BaseActivity(), CrashListener {
analyticsHelper?.startSession()
checkRtl()
makeTransparentStatusBar()
checkInternetObserver()
reStartApp = mPreferenceManager.getBooleanValue(KEY_RE_START_APP, false)
val mTab = mPreferenceManager.getValue(KEY_TAB_ENUM, "")
mAuthStatus = mPreferenceManager.getValue(KEY_CLOUD_FORMATION_STATUS, "")
Expand Down Expand Up @@ -236,7 +237,6 @@ class MainActivity : BaseActivity(), CrashListener {
val languageCode = getLanguageCode()
languageCode?.let { setLocale(it, applicationContext) }
}
checkInternetObserver()
}

private fun checkInternetObserver() {
Expand Down

0 comments on commit 8bcca71

Please sign in to comment.