CorvetteCole / PixelWatchFace

A minimalistic and open-source watchface for WearOS
GNU General Public License v3.0
73 stars 15 forks source link

Battery percentage sometimes displays 0% #53

Open CorvetteCole opened 4 years ago

CorvetteCole commented 4 years ago

I do not yet know how to reproduce this consistently, but calling setActiveComplications(BATTERY_COMP_ID); fixes it.

davwheat commented 3 years ago

Seems to happen after you just start the watch or after something causes the system to 'hang', almost as if System UI is crashing.

CorvetteCole commented 3 years ago

I think it is a bug with WearOS, I need to put a workaround in that checks if the battery is 0% and if so calls setActiveComplications(BATTERY_COMP_ID);

battery should never be 0% anyways