This commit is contained in:
M66B 2021-02-19 13:25:03 +01:00
parent bec17e543c
commit 2ba9a28098
1 changed files with 0 additions and 2 deletions

View File

@ -4040,8 +4040,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
boolean show_headers = properties.getValue("headers", message.id);
boolean full = properties.getValue("full", message.id);
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(context, powner, ibMore);
popupMenu.inflate(R.menu.popup_message_more);