show overscroll mode at the monthly daily views list
This commit is contained in:
parent
77e4fcde1e
commit
7a335e5e1e
|
@ -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
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue