Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8851608d authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Always call onProvidersChanged() when packages containing widgets are updated." into mnc-dev

parents 19aa341a dbba74e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2905,9 +2905,9 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
                            }
                            // Now that we've told the host, push out an update.
                            sendUpdateIntentLocked(provider, appWidgetIds);
                            providersUpdated = true;
                        }
                    }
                    providersUpdated = true;
                }
            }
        }