mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-26 23:06:51 +00:00
Conflicts UI touch-ups:
1) Fix i18n and layout naming. 2) Error header for message details. 3) Add back button to message details. // FREEBIE Closes #2593
This commit is contained in:
committed by
Moxie Marlinspike
parent
3f93731300
commit
ac0a1c0bc1
@@ -49,7 +49,7 @@ public class MessageDetailsRecipientAdapter extends BaseAdapter implements AbsLi
|
||||
@Override
|
||||
public View getView(int position, View convertView, ViewGroup parent) {
|
||||
if (convertView == null) {
|
||||
convertView = LayoutInflater.from(context).inflate(R.layout.message_details_recipient, parent, false);
|
||||
convertView = LayoutInflater.from(context).inflate(R.layout.message_recipient_list_item, parent, false);
|
||||
}
|
||||
|
||||
Recipient recipient = recipients.getRecipientsList().get(position);
|
||||
|
||||
Reference in New Issue
Block a user