| | |
| | | houseListAdapter.setDelOnclickListener(new HouseListAdapter.OnDelClickListener() { |
| | | @Override |
| | | public void onDelClick(int position, HouseIdBean houseIdBean) { |
| | | if (houseIdBean.isOtherShare()) { |
| | | //分享过来的电站不能删除 |
| | | HdlThreadLogic.toast(_mActivity, getString(R.string.no_permission_delete_home)); |
| | | return; |
| | | } |
| | | |
| | | DelayedConfirmationCancelDialog delayedConfirmationCancelDialog = new DelayedConfirmationCancelDialog(_mActivity); |
| | | delayedConfirmationCancelDialog.show(); |
| | | delayedConfirmationCancelDialog.isHideTitle(true); |
| | | String del_home = getString(R.string.confirm_deletion) + "\"" + houseIdBean.getHomeName() + "\""+"?"; |
| | | String del_home = getString(R.string.confirm_deletion) + "\"" + houseIdBean.getHomeName() + "\"" + "?"; |
| | | delayedConfirmationCancelDialog.setContent(del_home); |
| | | |
| | | // delayedConfirmationCancelDialog.startCountdown(4); |
| | |
| | | <string name="no_network_mode">No network mode</string> |
| | | <string name="confirm_deletion">Delete confirmation required</string> |
| | | <string name="no_network_mode_tip">Before using the offline mode, please make sure that the phone and the device are in the same local area network, otherwise it will not work properly. You can try the following two methods:\n\n1. Connect the phone to the device hotspot;\n\n2. Connect the phone to the router Wi-Fi, and the device to the router LAN port via an Ethernet cable.</string> |
| | | <string name="no_permission_delete_home">No permission to delete, please contact the administrator for operation</string> |
| | | </resources> |
| | |
| | | <string name="no_network_mode">无网模式</string> |
| | | <string name="confirm_deletion">确定需要删除</string> |
| | | <string name="no_network_mode_tip">使用无网模式前,请确保手机与设备处于同一局域网内,否则将无法正常使用,你可以尝试以下两种方式:\n\n1.手机连接设备热点;\n\n2.手机连接路由器Wi-Fi,设备通过网线接入路由器LAN口。</string> |
| | | |
| | | <string name="no_permission_delete_home">无权限删除,请联系管理员进行操作</string> |
| | | </resources> |
| | |
| | | <string name="no_network_mode">No network mode</string> |
| | | <string name="confirm_deletion">Delete confirmation required</string> |
| | | <string name="no_network_mode_tip">Before using the offline mode, please make sure that the phone and the device are in the same local area network, otherwise it will not work properly. You can try the following two methods:\n\n1. Connect the phone to the device hotspot;\n\n2. Connect the phone to the router Wi-Fi, and the device to the router LAN port via an Ethernet cable.</string> |
| | | <string name="no_permission_delete_home">No permission to delete, please contact the administrator for operation</string> |
| | | |
| | | |
| | | |