mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 19:59:05 +01:00
Simple Empty State Messages
This implements very basic and simple empty state messages for the current features. Closes #327
This commit is contained in:
@@ -44,7 +44,7 @@ public class ContactListAdapter
|
||||
|
||||
// date of last message
|
||||
if (item.isEmpty()) {
|
||||
ui.date.setText(R.string.no_private_messages);
|
||||
ui.date.setText(R.string.date_no_private_messages);
|
||||
} else {
|
||||
long timestamp = item.getTimestamp();
|
||||
ui.date.setText(AndroidUtils.formatDate(ctx, timestamp));
|
||||
|
||||
Reference in New Issue
Block a user