Skip to content

Commit 503ccad

Browse files
committed
Committed trash/archive movements on search action (closes #939)
1 parent e2963c4 commit 503ccad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

omniNotes/src/main/java/it/feio/android/omninotes/ListFragment.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ public boolean onMenuItemActionCollapse(MenuItem item) {
702702

703703
@Override
704704
public boolean onMenuItemActionExpand(MenuItem item) {
705-
705+
commitPending();
706706
searchView.setOnQueryTextListener(new OnQueryTextListener() {
707707
@Override
708708
public boolean onQueryTextSubmit(String arg0) {

omniNotes/src/main/res/raw/changelog.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<changelogversion
2020
changeDate="Nov 3, 2023"
2121
versionName="6.3.0 Alpha 3">
22-
<changelogtext>[u]Fix[/u] Fixed backups removal</changelogtext>
22+
<changelogtext>[u]Fix[/u] Backups removal</changelogtext>
23+
<changelogtext>[u]Fix[/u] Committed trash/archive movements on search action to keep data consistency (thanks to [a href='https://github.com/XYIheng']Yiheng Xiong[/a])</changelogtext>
2324
</changelogversion>
2425

2526
<changelogversion

0 commit comments

Comments
 (0)