Skip to content

Commit 18410df

Browse files
committed
Bug Fix
Fixed crashing bug with an attempted lock app update
1 parent c09339b commit 18410df

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.idea/misc.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/btn/pronotes/NotesTakerActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ private void btnListeners() {
237237
});
238238
imageView_back.setOnClickListener(view -> finish());
239239

240+
/*
240241
backButton.setOnClickListener(view -> finish());
242+
*/
241243

242244
boldBtn.setOnCheckedChangeListener((compoundButton, b) -> {
243245
editText_notes.setBold();

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
}
88
}
99
plugins {
10-
id 'com.android.application' version '7.4.1' apply false
11-
id 'com.android.library' version '7.4.1' apply false
10+
id 'com.android.application' version '8.0.1' apply false
11+
id 'com.android.library' version '8.0.1' apply false
1212
}
1313

1414
task clean(type: Delete) {

0 commit comments

Comments
 (0)