mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 18:29:47 +02:00
Possible fix for webview crashes
This commit is contained in:
parent
825d9be1e0
commit
b07a1eba1e
2 changed files with 9 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context=".activity.MainActivity">
|
||||
|
||||
<com.github.dfa.diaspora_android.web.ContextMenuWebView
|
||||
android:id="@+id/webView"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue