mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Disable refresh for shortcuts
This commit is contained in:
@@ -897,7 +897,6 @@ public class AdapterFolder extends RecyclerView.Adapter<AdapterFolder.ViewHolder
|
||||
view.setAction("folder:" + folder.id);
|
||||
view.putExtra("account", folder.account);
|
||||
view.putExtra("type", folder.type);
|
||||
view.putExtra("refresh", true);
|
||||
view.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
|
||||
|
||||
int resid = EntityFolder.getIcon(folder.type);
|
||||
|
||||
Reference in New Issue
Block a user