mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Clear search on folder create
This commit is contained in:
@@ -294,6 +294,8 @@ public class FragmentDialogFolder extends FragmentDialogBase {
|
||||
fabAdd.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
etSearch.setText(null);
|
||||
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("account", account);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user