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

Commit e9cb29cc authored by karthik bharadwaj's avatar karthik bharadwaj
Browse files

Remove incorrect flag attribute from SensorDirectChannel Ratelevel.

Bug: 174239114
Test: Presubmits.
Change-Id: I7868d7f84b18a566b08a2da2d9d0d4782224d609
parent 00b3b61f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public final class SensorDirectChannel implements Channel {

    /** @hide */
    @Retention(RetentionPolicy.SOURCE)
    @IntDef(flag = true, prefix = { "RATE_" }, value = {
    @IntDef(prefix = { "RATE_" }, value = {
            RATE_STOP,
            RATE_NORMAL,
            RATE_FAST,