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

Commit 072a9bd3 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

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

am: a8fe2444

Change-Id: I26ee734e4924495db31fe2db7c3e726233f923bb
parents 7d8c16d2 a8fe2444
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 {