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

Commit 40fe00b1 authored by Annie Chin's avatar Annie Chin Committed by Android Git Automerger
Browse files

am ac6097b8: Remove unnecessary notifyDataSetChanged in onResume.

* commit 'ac6097b8':
  Remove unnecessary notifyDataSetChanged in onResume.
parents 9918e137 ac6097b8
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -306,9 +306,6 @@ public abstract class AlarmClockFragment extends DeskClockFragment implements
            setLeftRightButtonAppearance();
        }

        if (mAdapter != null) {
            mAdapter.notifyDataSetChanged();
        }
        // Check if another app asked us to create a blank new alarm.
        final Intent intent = getActivity().getIntent();
        if (intent.hasExtra(ALARM_CREATE_NEW_INTENT_EXTRA)) {