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

Commit f8e9c56c authored by Winson Chung's avatar Winson Chung Committed by Android Git Automerger
Browse files

am 10564e7b: am ae9e5134: am 4f600aab: am ec85b522: am 8851608d: Merge "Always...

am 10564e7b: am ae9e5134: am 4f600aab: am ec85b522: am 8851608d: Merge "Always call onProvidersChanged() when packages containing widgets are updated." into mnc-dev

* commit '10564e7b':
  Always call onProvidersChanged() when packages containing widgets are updated.
parents 36aabe85 10564e7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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.
                            // Now that we've told the host, push out an update.
                            sendUpdateIntentLocked(provider, appWidgetIds);
                            sendUpdateIntentLocked(provider, appWidgetIds);
                            providersUpdated = true;
                        }
                        }
                    }
                    }
                    providersUpdated = true;
                }
                }
            }
            }
        }
        }