Commit df4e72d
fix(moderators): Make the self PIN row non-interactive
In the participant actions sheet, the current user's own row shows their
attendee PIN via the same `remove` slot used for actual remove/leave
actions, so tapping the PIN text fired ParticipantOpsAction.RemoveFromConversation
and removed the user from the conversation.
As a result i got:
2026-08-25 13:49:51.393 23038-23038 Conversati...oViewModel com.nextcloud.talk2 E Error loading participants
retrofit2.adapter.rxjava2.HttpException: HTTP 404
Every other branch of computeVisibility() already renders its PIN through
infoPin, a plain non-interactive row. Route the self row's PIN through
infoPin as well instead of wrapping it in a clickable RemoveOption.
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
(cherry picked from commit 4613dd3)1 parent b888794 commit df4e72d
1 file changed
Lines changed: 2 additions & 4 deletions
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 91 | + | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
| |||
0 commit comments