Skip to content
Snippets Groups Projects
Commit 98769f09 authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Fix project widget to update after selection

parent 60aed58e
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -113,6 +113,6 @@ class ProjectFeedWidgetConfigureActivity : BaseActivity() {
finish()
 
//Manually have to trigger on update here, it seems
WidgetUtil.triggerWidgetUpdate(this, UserFeedWidgetProvider::class.java, appWidgetId)
WidgetUtil.triggerWidgetUpdate(this, ProjectFeedWidgetProvider::class.java, appWidgetId)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment