Fixed bug which related with detailCountry
This commit is contained in:
parent
312598bd70
commit
cc1c55c30b
@ -178,7 +178,7 @@ public class ViewBinderPresenter implements MainContract.ViewBinderPresenter {
|
||||
intent.putExtra("detailName", result.getData().getName());
|
||||
intent.putExtra("detailQuantity", result.getData().getNumber().toString());
|
||||
intent.putExtra("detailPrice", result.getData().getPrice());
|
||||
intent.putExtra("detailContry", result.getData().getCountry());
|
||||
intent.putExtra("detailCountry", result.getData().getCountry());
|
||||
intent.putExtra("detailAnalogue", result.getData().getAnalogue());
|
||||
intent.putExtra("detailDatasheet", result.getData().getDocURL());
|
||||
intent.putExtra("detailNotes", result.getData().getNotes());
|
||||
|
Loading…
Reference in New Issue
Block a user