Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fac4eef3 authored by Sam Blitzstein's avatar Sam Blitzstein
Browse files

Fixed monthview longclick bug after hitting Today action.

Fixed bug in month view where long clicking on a day within the
current week was not doing anything after hitting the Today button.

Bug: 8320627
Change-Id: I51e3db50fdc323e2c23206c282212f5cb476a314
parent d270a54a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -208,6 +208,7 @@ public class MonthByWeekAdapter extends SimpleWeeksAdapter implements View.OnLon
                    // There is a bug that causes invalidates to not work some
                    // of the time unless we recreate the view.
                    v = new MonthWeekEventsView(mContext);
                    v.setOnLongClickListener(this);
               }
            } else {
                drawingParams = (HashMap<String, Integer>) v.getTag();