Bug 1147661 - Use new device icons in share overlay. r=liuche

This commit is contained in:
Michael Comella 2015-03-26 10:06:51 -07:00
parent 4e94f234d9
commit b441adc6d6

View File

@ -148,10 +148,10 @@ public class SendTabDeviceListArrayAdapter extends ArrayAdapter<ParcelableClient
private static int getImage(ParcelableClientRecord record) {
if ("mobile".equals(record.type)) {
return R.drawable.sync_mobile_inactive;
return R.drawable.device_mobile;
}
return R.drawable.sync_desktop_inactive;
return R.drawable.device_pc;
}
public void switchState(State newState) {