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

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

Rename registerServiceWithCallback am: b4abef9b am: 9da4d5a5

am: cd0410fd

Change-Id: I6de9395c8b4708cc3a8f5caf963397e4f05d2fb7
parents 4eba392a cd0410fd
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();
    }