Bug 1210989 - SendTabDeviceListArrayAdapter.java needed to be changed to point to shareplane.png. r=mcomella

--HG--
extra : transplant_source : %0El%F228%B4%DE%EFrf/4%0D%BF%7Eu%3D%A1j%2A
This commit is contained in:
crazyprodigy 2015-11-04 17:20:31 -05:00
Родитель a1feaca054
Коммит 7544d36b8f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -104,7 +104,7 @@ public class SendTabDeviceListArrayAdapter extends ArrayAdapter<RemoteClient> {
if (currentState != State.LIST) {
// If we're in a special "Button-like" state, use the override string and a generic icon.
final Drawable sendTabIcon = context.getResources().getDrawable(R.drawable.overlay_send_tab_icon);
final Drawable sendTabIcon = context.getResources().getDrawable(R.drawable.shareplane);
row.setText(dummyRecordName);
row.setDrawable(sendTabIcon);
}