mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 00:51:44 +01:00
Let search find threads
This commit is contained in:
@@ -134,8 +134,7 @@ 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("found", message.ui_found));
|
||||
.putExtra("id", message.id));
|
||||
}
|
||||
}.load(context, owner, args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user