Improve wording of the title of read receipt list
This commit is contained in:
parent
3f4f7457c7
commit
4154cb2b85
|
@ -66,7 +66,7 @@ class DisplayReadReceiptsBottomSheet : VectorBaseBottomSheetDialogFragment() {
|
||||||
super.onActivityCreated(savedInstanceState)
|
super.onActivityCreated(savedInstanceState)
|
||||||
recyclerView.layoutManager = LinearLayoutManager(context, RecyclerView.VERTICAL, false)
|
recyclerView.layoutManager = LinearLayoutManager(context, RecyclerView.VERTICAL, false)
|
||||||
recyclerView.adapter = epoxyController.adapter
|
recyclerView.adapter = epoxyController.adapter
|
||||||
bottomSheetTitle.text = getString(R.string.read_at)
|
bottomSheetTitle.text = getString(R.string.seen_by)
|
||||||
epoxyController.setData(displayReadReceiptArgs.readReceipts)
|
epoxyController.setData(displayReadReceiptArgs.readReceipts)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -137,4 +137,6 @@
|
||||||
<item quantity="other">Too many requests have been sent. You can retry in %1$d seconds…</item>
|
<item quantity="other">Too many requests have been sent. You can retry in %1$d seconds…</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
|
<string name="seen_by">Seen by</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Reference in New Issue