show overscroll mode at the monthly daily views list

This commit is contained in:
tibbi 2021-02-23 09:59:41 +01:00
parent 77e4fcde1e
commit 7a335e5e1e
2 changed files with 1 additions and 1 deletions

View File

@ -138,6 +138,7 @@ class MonthDayFragment : Fragment(), MonthlyCalendar, RefreshRecyclerViewListene
activity?.runOnUiThread {
if (activity != null) {
mHolder.month_day_events_list.beVisibleIf(listItems.isNotEmpty())
mHolder.month_day_no_events_placeholder.beVisibleIf(listItems.isEmpty())
val currAdapter = mHolder.month_day_events_list.adapter

View File

@ -63,7 +63,6 @@
android:layout_height="match_parent"
android:layout_below="@+id/month_day_selected_day_label"
android:clipToPadding="false"
android:overScrollMode="never"
android:scrollbars="vertical"
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager" />