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

Commit d1160364 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Don't fail catastrophically on non-existing namespace"

parents 485d024b 09db2edb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ class MockPlatform : public Platform {
          if (namespaces.find(name) != namespaces.end()) {
            return namespaces[name];
          }
          return nullptr;
          return TO_MOCK_NAMESPACE(TO_ANDROID_NAMESPACE("(namespace not found"));
        }));
  }