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

Commit d547a529 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix/suppress google-explicit-constructor warnings" am: 14c95ecf

am: 6ff0b788

Change-Id: Ia006aad0168bea0dfd41cbda4ea4ce02b58b24fa
parents 20089bd2 6ff0b788
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();