mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Improve wording of the title of read receipt list
This commit is contained in:
parent
3f4f7457c7
commit
4154cb2b85
2 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,7 @@ class DisplayReadReceiptsBottomSheet : VectorBaseBottomSheetDialogFragment() {
|
|||
super.onActivityCreated(savedInstanceState)
|
||||
recyclerView.layoutManager = LinearLayoutManager(context, RecyclerView.VERTICAL, false)
|
||||
recyclerView.adapter = epoxyController.adapter
|
||||
bottomSheetTitle.text = getString(R.string.read_at)
|
||||
bottomSheetTitle.text = getString(R.string.seen_by)
|
||||
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>
|
||||
</plurals>
|
||||
|
||||
<string name="seen_by">Seen by</string>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue