Skip to content

Commit 01a1171

Browse files
committed
优化 Demo 工程的使用案例
1 parent be556ef commit 01a1171

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/hjq/window/demo/MainActivity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,6 @@ public void onClick(@NonNull EasyWindow<?> easyWindow, @NonNull TextView view) {
343343

344344
} else if (viewId == R.id.btn_main_global) {
345345

346-
Toaster.show("需要悬浮窗权限才能显示全局的窗口");
347-
348346
XXPermissions.with(this)
349347
.permission(PermissionLists.getSystemAlertWindowPermission())
350348
.request(new OnPermissionCallback() {

0 commit comments

Comments
 (0)