fix:
update:优化离线添加闹钟,优化离线添加联系人,dock栏自定义图标
This commit is contained in:
2024-08-27 15:10:55 +08:00
parent 251b6a3329
commit 7f134d6328
40 changed files with 1328 additions and 447 deletions

View File

@@ -350,7 +350,6 @@ public class HomeFragment extends BaseMvvmFragment<HomeViewModel, FragmentHomeBi
}
}
private void registerAlarmClockReceiver() {
if (null == mAlarmClockReceiver) {
mAlarmClockReceiver = new AlarmClockReceiver();

View File

@@ -78,12 +78,7 @@ public class HomeViewModel extends BaseViewModel<FragmentHomeBinding, FragmentEv
}
@Override
public void setAlarmClockEmpty() {
mAlarmClockData.setValue(new ArrayList<>());
}
@Override
public void onError() {
public void onError(String msg) {
}
});