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

Commit c1d82199 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add clarifying comment on enableAddServiceCache" into main am: f9a71079 am: a5d4f31c

parents 5415547d a5d4f31c
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;
};