Let's move junk to junk

This commit is contained in:
M66B 2018-12-04 19:44:55 +01:00
parent 9bed2ef3b5
commit 5560ec8fee
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ public class FragmentMessages extends FragmentEx {
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
onActionMove(EntityFolder.TRASH);
onActionMove(EntityFolder.JUNK);
}
})
.setNegativeButton(android.R.string.cancel, null)