Prevent focus on reader viewer (#1204)

This commit is contained in:
Agustín Morantes 2022-04-20 21:34:44 -03:00 committed by GitHub
parent f707ed2edd
commit f372a4b81f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,8 @@
<FrameLayout <FrameLayout
android:id="@+id/viewer_container" android:id="@+id/viewer_container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" /> android:layout_height="match_parent"
android:descendantFocusability="blocksDescendants" />
<ProgressBar <ProgressBar
android:id="@+id/please_wait" android:id="@+id/please_wait"