Skip to content

Commit f94e80b

Browse files
committed
Notepad 2.3.3 (release 3)
* Clear cab array when pressing new note button on phones
1 parent 4be6d3b commit f94e80b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
minSdkVersion 14
1818
targetSdkVersion 28
1919

20-
versionCode 106
20+
versionCode 107
2121
versionName "2.3.3"
2222

2323
resConfigs "en", "fr", "ko", "nl", "pl", "zh-rCN", "it"

app/src/main/java/com/farmerbb/notepad/fragment/NoteListFragment.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ public void onStart() {
221221
floatingActionButton.show();
222222
floatingActionButton.setOnClickListener(v -> {
223223
ScrollPositions.getInstance().setPosition(listView.getFirstVisiblePosition());
224+
listener.getCabArray().clear();
224225

225226
Bundle bundle = new Bundle();
226227
bundle.putString("filename", "new");

0 commit comments

Comments
 (0)