@OnClick(R.id.img_order_list) public void orderListClick(View v) { if (mRxMDEditText == null) { return; } mListController.doOrderList(); }