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

Commit 14c95ecf authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Fix/suppress google-explicit-constructor warnings"

parents 56bd0c9c 625b03ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ private:
    using FwkReceiver = ::android::DisplayEventReceiver;

    struct AttachedEvent : LooperCallback {
        AttachedEvent(const sp<IEventCallback> &callback);
        explicit AttachedEvent(const sp<IEventCallback> &callback);
        ~AttachedEvent();

        bool detach();