Skip to content

Commit

Permalink
removed reset webview - you need persistent login
Browse files Browse the repository at this point in the history
  • Loading branch information
lepras committed Jan 5, 2023
1 parent f02695d commit be2687b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/xyngg/instawv/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class MainActivity : AppCompatActivity() {
mapsCookieManager.setAcceptThirdPartyCookies(mapsWebView, false)

//Delete anything from previous sessions
resetWebView(false)
// resetWebView(false)

//Set the consent cookie to prevent unnecessary redirections
setConsentCookie()
Expand Down Expand Up @@ -205,7 +205,7 @@ class MainActivity : AppCompatActivity() {

override fun onDestroy() {
super.onDestroy()
resetWebView(true)
// resetWebView(true)
}


Expand Down

0 comments on commit be2687b

Please sign in to comment.