diff options
| author | Ethan Chen <intervigil@gmail.com> | 2018-04-25 22:50:27 -0700 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2018-04-28 15:16:26 -0700 |
| commit | 95096b06d433ea908e114c602258b13288d29307 (patch) | |
| tree | 49c0526e96924e68d3e71bc61298b19e4f05aa1c | |
| parent | 65f77a4f2ae6c48646ffc1adb9ebd2c13b66f486 (diff) | |
| download | android_hardware_lineage_interfaces-95096b06d433ea908e114c602258b13288d29307.tar.gz android_hardware_lineage_interfaces-95096b06d433ea908e114c602258b13288d29307.tar.bz2 android_hardware_lineage_interfaces-95096b06d433ea908e114c602258b13288d29307.zip | |
livedisplay: Add missing break statement
Change-Id: I204f4fe599fe5e45973ce1f8cf07452e03f1eb76
| -rw-r--r-- | livedisplay/1.0/default/impl/SDM.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/livedisplay/1.0/default/impl/SDM.cpp b/livedisplay/1.0/default/impl/SDM.cpp index 9c1f91c..61c8a31 100644 --- a/livedisplay/1.0/default/impl/SDM.cpp +++ b/livedisplay/1.0/default/impl/SDM.cpp @@ -291,6 +291,7 @@ bool SDM::hasFeature(Feature feature) { break; case Feature::PICTURE_ADJUSTMENT: id = FEATURE_VER_SW_PA_API; + break; case Feature::ADAPTIVE_BACKLIGHT: if (mFOSSEnabled) { return true; |
