Skip to content

Commit ae30cc7

Browse files
committed
LoadingDialog调整
1 parent e943ef1 commit ae30cc7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/src/main/java/com/renyu/androidcommonlibrary/activity/MainActivity.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,14 @@ public void onComplete() {
8383

8484
}
8585
});
86-
87-
8886
}
8987

9088
@Override
9189
public void denied() {
9290
finish();
9391
}
9492
});
95-
LoadingDialog.getInstance_TextLoading("Hello").show(MainActivity.this, "LoadingDailog");
93+
LoadingDialog.getInstance_TextLoading("Hello").show(MainActivity.this);
9694
}
9795

9896
@Override

0 commit comments

Comments
 (0)