Skip to content

Commit

Permalink
Update NormalActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
baikingrio authored May 24, 2023
1 parent d0d5771 commit 89ca5b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/cn/bmob/sms/activity/NormalActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ protected void onCreate(Bundle savedInstanceState) {
mEdtCode = findViewById(R.id.edt_code);
mTvInfo = findViewById(R.id.tv_info);

Bmob.resetDomain("http://open-vip.bmob.cn/8/");

BmobInstallationManager.getInstance().initialize(new InstallationListener<BmobInstallation>() {
@Override
public void done(BmobInstallation bmobInstallation, BmobException e) {
Expand Down

0 comments on commit 89ca5b6

Please sign in to comment.