mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 08:32:16 +01:00
Fixed navigation for searching
This commit is contained in:
@@ -147,7 +147,8 @@ public class AdapterOperation extends RecyclerView.Adapter<AdapterOperation.View
|
||||
new Intent(ActivityView.ACTION_VIEW_THREAD)
|
||||
.putExtra("account", message.account)
|
||||
.putExtra("thread", message.thread)
|
||||
.putExtra("id", message.id));
|
||||
.putExtra("id", message.id)
|
||||
.putExtra("found", false));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user