Update AirPods Pro 3 assets

This commit is contained in:
Electric1447
2025-09-26 15:49:45 +03:00
parent 8c462cc32c
commit 5ab3b13350
3 changed files with 2 additions and 2 deletions
@@ -10,12 +10,12 @@ public class AirPodsPro3 extends AirPodsPro {
@Override
public int getLeftDrawable() {
return getPod(LEFT).isConnected() ? R.drawable.podpro3 : R.drawable.podpro_disconnected;
return getPod(LEFT).isConnected() ? R.drawable.podpro3 : R.drawable.podpro3_disconnected;
}
@Override
public int getRightDrawable() {
return getPod(RIGHT).isConnected() ? R.drawable.podpro3 : R.drawable.podpro_disconnected;
return getPod(RIGHT).isConnected() ? R.drawable.podpro3 : R.drawable.podpro3_disconnected;
}
@Override
Binary file not shown.

Before

Width:  |  Height:  |  Size: 105 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB