Fix attaching files (aka WebView file picking) on Android.

This commit is contained in:
2024-04-26 18:10:22 -04:00
parent 6cd9dea186
commit b5ed7014f6
6 changed files with 21 additions and 18 deletions

View File

@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.unprompted.tildefriends.WebView
<com.unprompted.tildefriends.TildeFriendsWebView
android:id="@+id/web"
android:layout_width="match_parent"
android:layout_height="match_parent"/>