We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 194a149 + 0026469 commit ddfb955Copy full SHA for ddfb955
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