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

Commit e859848f authored by Kelly Rossmoyer's avatar Kelly Rossmoyer Committed by Gerrit Code Review
Browse files

Merge "Update language to comply with Android's inclusive language guidance"

parents b6488ac5 6f37c919
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ void ConfigManager::Startup() {
}

void ConfigManager::StartupForTest() {
    // Dummy function to avoid reading configs from disks for tests.
    // No-op function to avoid reading configs from disks for tests.
}

void ConfigManager::AddListener(const sp<ConfigListener>& listener) {
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ public:
    void Startup();

    /*
     * Dummy initializer for tests.
     * No-op initializer for tests.
     */
    void StartupForTest();