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

Commit a602c76f authored by Sihua Ma's avatar Sihua Ma Committed by Android (Google) Code Review
Browse files

Merge "Fix NullPointerException in getItemsFutureFromIntentWithTimeout" into main

parents 02686b67 eb471857
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1424,6 +1424,10 @@ public class RemoteViews implements Parcelable, Filter {
                                context.unbindService(this);
                            }

                            if (items == null) {
                                items = new RemoteCollectionItems.Builder().build();
                            }

                            result.complete(items);
                        }