Skip to content

Commit ca759db

Browse files
committed
0.2.0-rc4
* Disable back in wizards
1 parent 4db5024 commit ca759db

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
// we're not going to google play
1212
//noinspection OldTargetApi
1313
targetSdkVersion 27
14-
versionCode 2030
15-
versionName "0.2.0-rc3"
14+
versionCode 2040
15+
versionName "0.2.0-rc4"
1616
}
1717
signingConfigs {
1818
release {

app/src/main/java/org/androidbootmanager/app/ui/wizard/WizardActivity.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,9 @@ protected void onCreate(Bundle savedInstanceState) {
6060
});
6161
model.getNegativeText().observe(this,((Button) findViewById(R.id.wizard_negativeButton))::setText);
6262
}
63+
64+
@Override
65+
public void onBackPressed() {
66+
// Do nothing
67+
}
6368
}

0 commit comments

Comments
 (0)