Skip to content

Commit

Permalink
0.2.0-rc4
Browse files Browse the repository at this point in the history
* Disable back in wizards
  • Loading branch information
nift4 committed Feb 12, 2021
1 parent 4db5024 commit ca759db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
// we're not going to google play
//noinspection OldTargetApi
targetSdkVersion 27
versionCode 2030
versionName "0.2.0-rc3"
versionCode 2040
versionName "0.2.0-rc4"
}
signingConfigs {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,9 @@ protected void onCreate(Bundle savedInstanceState) {
});
model.getNegativeText().observe(this,((Button) findViewById(R.id.wizard_negativeButton))::setText);
}

@Override
public void onBackPressed() {
// Do nothing
}
}

0 comments on commit ca759db

Please sign in to comment.