fix #130 - revert part of 9043461 as ViewPager2 causes an issue with opening the keyboard

This commit is contained in:
Josia Pietsch 2025-03-20 14:08:21 +01:00
parent 0baa889de5
commit 58ddd3c8cc
Signed by: jrpie
GPG key ID: E70B571D66986A2D
2 changed files with 20 additions and 13 deletions

View file

@ -95,7 +95,12 @@
</com.google.android.material.appbar.AppBarLayout>
<androidx.viewpager2.widget.ViewPager2
<!--
Should be replaced by androidx.viewpager2.widget.ViewPager2
but there is an issue with opening the keyboard:
https://github.com/jrpie/launcher/issues/130
-->
<androidx.viewpager.widget.ViewPager
android:id="@+id/list_viewpager"
android:layout_width="0dp"
android:layout_height="0dp"