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

Commit fee49dce authored by You Kim's avatar You Kim Committed by Steve Kondik
Browse files

Missing break in switch statement

Change-Id: I1b7e7a94df8d39e162050911e31e510d2ce5447e
parent 351ae91b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -212,6 +212,7 @@ public final class LocationRequest implements Parcelable {
                switch (criteria.getPowerRequirement()) {
                    case Criteria.POWER_HIGH:
                        quality = POWER_HIGH;
                        break;
                    default:
                        quality = POWER_LOW;
                }