Piotr Prus
03/09/2022, 6:37 AMMyWeatherWidget
.
How can I find a proper glanceId to update widget?
The only way I currently found is to go through IDs
from manager.getGlanceIds
then filter out using updateAppWidgetState
to find which id has my city property equal to the one I want to update. It feels hacky, but caouldnt find other solution.