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

Commit d2b0d8ab authored by Sam Blitzstein's avatar Sam Blitzstein Committed by Android Git Automerger
Browse files

am 018f539c: Small recurrence picker layout bugs.

* commit '018f539c':
  Small recurrence picker layout bugs.
parents a65f4e87 018f539c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1405,7 +1405,6 @@ public class EditEventView implements View.OnClickListener, DialogInterface.OnCa
            mCalendarSelectorGroup.setVisibility(View.GONE);
            mCalendarStaticGroup.setVisibility(View.VISIBLE);
            mRruleButton.setEnabled(false);
            mRruleButton.setBackgroundDrawable(null);
            if (EditEventHelper.canAddReminders(mModel)) {
                mRemindersGroup.setVisibility(View.VISIBLE);
            } else {
@@ -1443,6 +1442,7 @@ public class EditEventView implements View.OnClickListener, DialogInterface.OnCa
                mRruleButton.setEnabled(true);
            } else {
                mRruleButton.setEnabled(false);
                mRruleButton.setBackgroundDrawable(null);
            }
            mRemindersGroup.setVisibility(View.VISIBLE);

+3 −1
Original line number Diff line number Diff line
@@ -1279,7 +1279,9 @@ public class RecurrencePickerDialog extends DialogFragment implements OnItemSele
                            mPostEndCount.setText(endString.subSequence(postTextStart,
                                    endString.length()));
                            // In case it's a recycled view that wasn't visible.
                            if (mModel.end == RecurrenceModel.END_BY_COUNT) {
                                mPostEndCount.setVisibility(View.VISIBLE);
                            }
                            if (endString.charAt(markerStart - 1) == ' ') {
                                markerStart--;
                            }