talk-android
talk-android copied to clipboard
fix to handle inCall flag
when working on #1948 i noticed that the "inCall" flag is handled wrong in com/nextcloud/talk/adapters/items/ParticipantItem.java:191 There is no correct bitwise handling. This must be improved and be handled like it's done in #2019