mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Android UI for reading a message (text/plain only for now).
This commit is contained in:
@@ -49,12 +49,12 @@ public abstract class MessageHeader {
|
||||
}
|
||||
|
||||
/** Returns true if the message has been read. */
|
||||
public boolean getRead() {
|
||||
public boolean isRead() {
|
||||
return read;
|
||||
}
|
||||
|
||||
/** Returns true if the message has been starred. */
|
||||
public boolean getStarred() {
|
||||
public boolean isStarred() {
|
||||
return starred;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user