diff options
author | Arne Schwabe <arne@rfc2549.org> | 2024-07-26 15:30:22 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2024-07-26 15:30:22 +0200 |
commit | 291acb38ddf8cf8c8f7dab2f1aad6bb860ae6109 (patch) | |
tree | 58cc3560c3326cc964bd4a622f60463419cf09f3 /main/src/ui/java/de | |
parent | 6b0a2e59b20fa328ff7f82afb6867f9f8e14e344 (diff) |
Update versions and enable Android V build
Diffstat (limited to 'main/src/ui/java/de')
-rw-r--r-- | main/src/ui/java/de/blinkt/openvpn/activities/InternalWebView.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/java/de/blinkt/openvpn/activities/InternalWebView.kt b/main/src/ui/java/de/blinkt/openvpn/activities/InternalWebView.kt index 1a16829e..e46356e9 100644 --- a/main/src/ui/java/de/blinkt/openvpn/activities/InternalWebView.kt +++ b/main/src/ui/java/de/blinkt/openvpn/activities/InternalWebView.kt @@ -94,7 +94,7 @@ class InternalWebView : AppCompatActivity() { } - override fun onNewIntent(intent: Intent?) { + override fun onNewIntent(intent: Intent) { super.onNewIntent(intent) } |