mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Added automatic charset option
This commit is contained in:
@@ -6084,6 +6084,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
protected void onExecuted(Bundle args, SortedMap<String, Charset> charsets) {
|
||||
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(context, powner, ibMore);
|
||||
|
||||
popupMenu.getMenu().add(Menu.NONE, 0, 0, R.string.title_charset_auto)
|
||||
.setIntent(new Intent().putExtra("charset", (String) null));
|
||||
|
||||
int order = 0;
|
||||
for (String name : charsets.keySet()) {
|
||||
order++;
|
||||
|
||||
Reference in New Issue
Block a user