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

Commit 4d15ebfb authored by Alec Mouri's avatar Alec Mouri Committed by Automerger Merge Worker
Browse files

Support dispatchNullEvent virtual method am: 1315f110 am: 482802a7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12326214

Change-Id: I69dcbbcbf7ac6780b22a0b92d13f0d242265d28c
parents e49a7b00 482802a7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ private:
    void dispatchHotplug(nsecs_t timestamp, PhysicalDisplayId displayId, bool connected) override;
    void dispatchConfigChanged(nsecs_t timestamp, PhysicalDisplayId displayId,
                               int32_t configId, nsecs_t vsyncPeriod) override;
    void dispatchNullEvent(nsecs_t timestamp, PhysicalDisplayId displayId) override {}
};