mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
fix(client): add safety check on path.id split
This commit is contained in:
3
app/app/.gitignore
vendored
3
app/app/.gitignore
vendored
@ -1 +1,2 @@
|
||||
/build
|
||||
/build
|
||||
/release
|
||||
@ -30,6 +30,8 @@ class MainActivity : AppCompatActivity() {
|
||||
webView.settings.javaScriptEnabled = true
|
||||
webView.settings.userAgentString = "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36"
|
||||
|
||||
WebView.setWebContentsDebuggingEnabled(true)
|
||||
|
||||
swipeLayout.setOnRefreshListener {
|
||||
webView.reload()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user