Fix call tab color and spacing.

This commit is contained in:
Alex Hart
2023-05-19 11:24:30 -03:00
committed by Nicholas Tinsley
parent 5a38143987
commit 6dad7eafcf
3 changed files with 4 additions and 4 deletions

View File

@@ -1209,7 +1209,7 @@ public class Recipient {
}
public boolean isCallLink() {
throw new UnsupportedOperationException();
return false;
}
public @NonNull CallLinkRoomId requireCallLinkRoomId() {