Open CorvetteCole opened 4 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.
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
I do not yet know how to reproduce this consistently, but calling setActiveComplications(BATTERY_COMP_ID); fixes it.