mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-16 15:36:12 -04:00
Update AirPods Pro 3 assets
This commit is contained in:
@@ -10,12 +10,12 @@ public class AirPodsPro3 extends AirPodsPro {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getLeftDrawable() {
|
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
|
@Override
|
||||||
public int getRightDrawable() {
|
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
|
@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 |
Reference in New Issue
Block a user