24hAnalogWidget icon indicating copy to clipboard operation
24hAnalogWidget copied to clipboard

Delay up to 1 minute to clock update

Open denilsonsa opened this issue 8 years ago • 0 comments

Someone complained on the Play Store. This widget updates once every minute, but it is not synchronized to the minute mark. That means this clock can be from zero to one minute late.

I've never developed for Android, so I'm not sure how to fix it. Maybe using BroadcastReceiver instead of alarmManager.setRepeating, but I have no idea how to implement it "the correct way".

denilsonsa avatar Feb 10 '17 08:02 denilsonsa