Skip to content

Commit

Permalink
fix for crash with setting alarms on previous version of android
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker41 committed Nov 20, 2013
1 parent 1ad0865 commit 29c5958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/klinker/deskclock/AlarmClockFragment.java
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ public void bindView(final View view, Context context, final Cursor cursor) {
@Override
public void onClick(View view) {
mSelectedAlarm = itemHolder.alarm;
AlarmUtils.showTimeEditDialog(getChildFragmentManager(),
AlarmUtils.showTimeEditDialog(getFragmentManager(),
alarm, AlarmClockFragment.this
, DateFormat.is24HourFormat(getActivity()));
expandAlarm(itemHolder, true);
Expand Down

0 comments on commit 29c5958

Please sign in to comment.