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

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

Merge "Set the RemoteAugmentedAutofillService when service dies, so that...

Merge "Set the RemoteAugmentedAutofillService when service dies, so that system server can try to reconnect the next time"
parents 5ccf21b3 a5b39f95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1085,6 +1085,7 @@ final class AutofillManagerServiceImpl
                            if (remoteService != null) {
                                remoteService.destroy();
                            }
                            mRemoteAugmentedAutofillService = null;
                        }
                    }, mMaster.isInstantServiceAllowed(), mMaster.verbose);
        }