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

Commit a8fe2444 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix #38218977 : NPE restoring widget mappings" into oc-dev

parents 46853ab0 b98bcce3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4365,7 +4365,7 @@ class AppWidgetServiceImpl extends IAppWidgetService.Stub implements WidgetBacku
                                    }
                                    addWidgetLocked(id);
                                }
                                if (id.provider.info != null) {
                                if (id.provider != null && id.provider.info != null) {
                                    stashProviderRestoreUpdateLocked(id.provider,
                                            restoredId, id.appWidgetId);
                                } else {