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

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

Merge "Add clarifying comment on enableAddServiceCache" into main

parents 0acb3636 35cbc4d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ public:

    /**
     * Directly enable or disable caching binder during addService calls.
     * Only used for testing.
     * Only used for testing. This is enabled by default.
     */
    virtual void enableAddServiceCache(bool value) = 0;
};