mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 10:49:42 +02:00
version 1.2 see changelog
This commit is contained in:
parent
1ed671183e
commit
a49f558e9a
7 changed files with 111 additions and 22 deletions
|
@ -148,7 +148,6 @@ public class MainActivity extends AppCompatActivity
|
|||
R.color.fab_big);
|
||||
|
||||
webView = (WebView)findViewById(R.id.webView);
|
||||
webView.setScrollBarStyle(WebView.SCROLLBARS_OUTSIDE_OVERLAY);
|
||||
webView.addJavascriptInterface(new JavaScriptInterface(), "NotificationCounter");
|
||||
|
||||
if (savedInstanceState != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue