Skip to content

Commit

Permalink
Committed trash/archive movements on search action (closes #939)
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Nov 3, 2023
1 parent e2963c4 commit 503ccad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ public boolean onMenuItemActionCollapse(MenuItem item) {

@Override
public boolean onMenuItemActionExpand(MenuItem item) {

commitPending();
searchView.setOnQueryTextListener(new OnQueryTextListener() {
@Override
public boolean onQueryTextSubmit(String arg0) {
Expand Down
3 changes: 2 additions & 1 deletion omniNotes/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<changelogversion
changeDate="Nov 3, 2023"
versionName="6.3.0 Alpha 3">
<changelogtext>[u]Fix[/u] Fixed backups removal</changelogtext>
<changelogtext>[u]Fix[/u] Backups removal</changelogtext>
<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>
</changelogversion>

<changelogversion
Expand Down

0 comments on commit 503ccad

Please sign in to comment.