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

Commit ef250965 authored by Budi Kusmiantoro's avatar Budi Kusmiantoro Committed by Android Git Automerger
Browse files

am febc5250: Merge "Remove onclick listener from empty state" into lmp-dev

* commit 'febc5250':
  Remove onclick listener from empty state
parents c0808eb2 febc5250
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -206,12 +206,6 @@ public class AlarmClockFragment extends DeskClockFragment implements
        }

        mEmptyView = v.findViewById(R.id.alarms_empty_view);
        mEmptyView.setOnClickListener(new OnClickListener() {
            @Override
            public void onClick(View v) {
                startCreatingAlarm();
            }
        });

        mMainLayout = (FrameLayout) v.findViewById(R.id.main);
        mAlarmsList = (ListView) v.findViewById(R.id.alarms_list);