The wallet button should only appear in genuine DM rooms. The previous logic (isDm || activeMembersCount == 2L) was overly broad as it would show the wallet in any 2-person room, including private rooms that are not direct messages. Now uses only roomInfo.isDm which properly checks: - isDirect flag is true (Matrix spec DM indicator) - activeMembersCount <= 2 (at most 2 active members) This ensures the wallet button only appears in real 1:1 DM rooms. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.gradle.kts | ||
| consumer-rules.pro | ||