android: frontend: gamelist: Fix weird scroll behavior with action bar.

This commit is contained in:
bunnei 2019-08-30 13:06:21 -04:00
parent 6afd32aecc
commit f58018eb90

View File

@ -15,7 +15,6 @@
android:id="@+id/toolbar_main"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:layout_scrollFlags="scroll|enterAlways"
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
</android.support.design.widget.AppBarLayout>