CorvetteCole / PixelWatchFace

A minimalistic and open-source watchface for WearOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Battery percentage sometimes displays 0%

CorvetteCole opened this issue · comments

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

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

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