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

Commit cd0410fd authored by Peter Kalauskas's avatar Peter Kalauskas Committed by android-build-merger
Browse files

Rename registerServiceWithCallback am: b4abef9b

am: 9da4d5a5

Change-Id: Ibba2b1c59944de979e32a6284c1a86a5ae5842c3
parents e50d4d7e 9da4d5a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ int main() {
    android::status_t status;
    if (kLazyService) {
        auto serviceRegistrar = std::make_shared<LazyServiceRegistrar>();
        status = serviceRegistrar->registerServiceWithCallback(service);
        status = serviceRegistrar->registerService(service);
    } else {
        status = service->registerAsService();
    }