Skip to content

Commit 767a9cf

Browse files
committed
去除码币提示
1 parent 8ac103f commit 767a9cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/net/coding/program/setting/ValidePhoneActivity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public class ValidePhoneActivity extends BackActivity {
6565

6666
@AfterViews
6767
final void initValidePhoneActivity() {
68-
isFirstSet = MyApp.sUserObject.phone.isEmpty();
68+
// TODO: 2016/12/22 这个版本不上这个功能
69+
// isFirstSet = MyApp.sUserObject.phone.isEmpty();
6970

7071
ViewStyleUtil.editTextBindButton(loginButton, editPhone, editCode);
7172
user = AccountInfo.loadAccount(this);

0 commit comments

Comments
 (0)