mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-15 07:16:10 -04:00
Fixed flipped Charging & Added manual flip airpods option.
This commit is contained in:
@@ -163,8 +163,6 @@ public class PodsService extends Service {
|
||||
String a = decodeHex(Objects.requireNonNull(Objects.requireNonNull(result.getScanRecord()).getManufacturerSpecificData(76)));
|
||||
boolean flip = isFlipped(a);
|
||||
|
||||
Log.i(TAG, String.valueOf(prefs.getBoolean("flipPods", false)));
|
||||
|
||||
if (prefs.getBoolean("flipPods", false))
|
||||
flip = !flip;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user