mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Disable refresh for shortcuts
This commit is contained in:
parent
e60e3824dd
commit
83568f80bc
1 changed files with 0 additions and 1 deletions
|
@ -897,7 +897,6 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||||
view.setAction("folder:" + folder.id);
|
view.setAction("folder:" + folder.id);
|
||||||
view.putExtra("account", folder.account);
|
view.putExtra("account", folder.account);
|
||||||
view.putExtra("type", folder.type);
|
view.putExtra("type", folder.type);
|
||||||
view.putExtra("refresh", true);
|
|
||||||
view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
||||||
|
|
||||||
int resid = EntityFolder.getIcon(folder.type);
|
int resid = EntityFolder.getIcon(folder.type);
|
||||||
|
|
Loading…
Reference in a new issue