mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 23:38:49 +00:00
Only show delete action when long pressing on profile change update.
This commit is contained in:
parent
5255a527f9
commit
293a339fed
@ -127,7 +127,8 @@ final class MenuState {
|
||||
messageRecord.isEndSession() ||
|
||||
messageRecord.isIdentityUpdate() ||
|
||||
messageRecord.isIdentityVerified() ||
|
||||
messageRecord.isIdentityDefault();
|
||||
messageRecord.isIdentityDefault() ||
|
||||
messageRecord.isProfileChange();
|
||||
}
|
||||
|
||||
private final static class Builder {
|
||||
|
Loading…
x
Reference in New Issue
Block a user