Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit e64dba8

Browse files
committed
LauncherActivity: Fix cannot open SchedulerDialog under SDK 23
Signed-off-by: Fung <fython@163.com>
1 parent 77c26c2 commit e64dba8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "info.papdt.blackblub"
99
minSdkVersion 21
1010
targetSdkVersion 26
11-
versionCode 12
12-
versionName "1.3.0.1"
11+
versionCode 13
12+
versionName "1.3.0.2"
1313
}
1414
buildTypes {
1515
release {

app/src/main/java/info/papdt/blackblub/ui/LaunchActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ public void onClick(DialogInterface dialogInterface, int i) {
278278
return;
279279
}
280280
showSchedulerDialog();
281+
} else {
282+
showSchedulerDialog();
281283
}
282284
}
283285
});

0 commit comments

Comments
 (0)