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

Commit f626c1d2 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

am: d547a529

Change-Id: I0f9cc76da1a2b51394920140693ba52ea4ca7e7a
parents 6b4b1e5b d547a529
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();