mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 09:31:11 +01:00
Added some logging, cleanup
This commit is contained in:
@@ -1346,8 +1346,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(context);
|
||||
lbm.sendBroadcast(
|
||||
new Intent(ActivityView.ACTION_DECRYPT)
|
||||
.putExtra("id", data.message.id)
|
||||
.putExtra("to", ((InternetAddress) data.message.to[0]).getAddress()));
|
||||
.putExtra("id", data.message.id));
|
||||
}
|
||||
|
||||
private void onMore(final ActionData data) {
|
||||
|
||||
Reference in New Issue
Block a user