mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Allow clear text for webviews
This commit is contained in:
parent
8bd9ecaa71
commit
14cb5ffef3
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
tools:replace="android:allowBackup"
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
|
|
Loading…
Reference in a new issue