BugMan

Results 5 comments of BugMan

> 如题 在xml中引入了自定义的周视图 月视图 ,代码中使用该方法获取整月的数据时拿到的集合是空的。 ` /** * 获取当前月份数据 * * @return 获取当前月份数据 */ List getCurrentMonthCalendars() { BaseMonthView view = (BaseMonthView) findViewWithTag(getCurrentItem()); if (view == null) { return null; }...

1.31.1在三星上调用PermissionUtils.permission(PermissionConstants.STORAGE).request()同样没有弹窗