Skip to content

Commit

Permalink
feat: 触发ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshaocong committed Oct 24, 2024
1 parent 9cfa4d8 commit 10918f3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public static void showDateTimePickerDialog(Context context, long time, OnDateRe
(view1, hourOfDay, minute1) -> {
calendar.set(Calendar.HOUR_OF_DAY, hourOfDay);
calendar.set(Calendar.MINUTE, minute1);

// 处理选定的日期时间
listener.onDateResult(calendar.getTime().getTime());
},
hour,
Expand Down

0 comments on commit 10918f3

Please sign in to comment.