We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368669e commit d2eb51aCopy full SHA for d2eb51a
1 file changed
hub/apps/develop/widgets/implement-widget-provider-cs.md
@@ -426,7 +426,7 @@ public WidgetProvider()
426
var customState = widgetInfo.CustomState;
427
if (!RunningWidgets.ContainsKey(widgetId))
428
{
429
- CompactWidgetInfo runningWidgetInfo = new CompactWidgetInfo() { widgetId = widgetName, widgetName = widgetId };
+ CompactWidgetInfo runningWidgetInfo = new CompactWidgetInfo() { widgetId = widgetId, widgetName = widgetName };
430
try
431
432
// If we had any save state (in this case we might have some state saved for Counting widget)
0 commit comments