|
@@ -610,8 +610,8 @@ public class SysAppUtil {
|
|
|
if(response != null && response.exists()) {
|
|
if(response != null && response.exists()) {
|
|
|
if(view instanceof TextView){
|
|
if(view instanceof TextView){
|
|
|
TextView btnLeftTextView = (TextView) view;
|
|
TextView btnLeftTextView = (TextView) view;
|
|
|
- btnLeftTextView.setEnabled(true);
|
|
|
|
|
- btnLeftTextView.setText("立即安装");
|
|
|
|
|
|
|
+ btnLeftTextView.setEnabled(false);
|
|
|
|
|
+ btnLeftTextView.setText("安装中...");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
installApk(response);
|
|
installApk(response);
|