修改主页样式,修复时钟不准确
This commit is contained in:
@@ -584,6 +584,8 @@ public class AlarmUtils {
|
||||
timestamp += (8 - day_of_week) * AlarmManager.INTERVAL_DAY;
|
||||
break;
|
||||
default:
|
||||
timestamp += (6 - day_of_week) * AlarmManager.INTERVAL_DAY;
|
||||
break;
|
||||
}
|
||||
Intent intent = new Intent(action);
|
||||
intent.putExtra("title", extra);
|
||||
|
||||
Reference in New Issue
Block a user