comments: bold header + seekbar focus fix

This commit is contained in:
Yuriy Liskov
2023-01-01 20:29:48 +02:00
parent 0e67898009
commit ff7c25a275
4 changed files with 22 additions and 9 deletions

View File

@ -35,7 +35,7 @@ public interface IMessage {
*
* @return the message text
*/
String getText();
CharSequence getText();
/**
* Returns message author. See the {@link IUser} for more details