mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 14:09:58 +00:00
Fix call tab color and spacing.
This commit is contained in:
committed by
Nicholas Tinsley
parent
5a38143987
commit
6dad7eafcf
@@ -185,7 +185,7 @@ class CallLogAdapter(
|
||||
if (call.record.event == CallTable.Event.MISSED) {
|
||||
R.color.signal_colorError
|
||||
} else {
|
||||
R.color.signal_colorOnSurface
|
||||
R.color.signal_colorOnSurfaceVariant
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
@@ -1209,7 +1209,7 @@ public class Recipient {
|
||||
}
|
||||
|
||||
public boolean isCallLink() {
|
||||
throw new UnsupportedOperationException();
|
||||
return false;
|
||||
}
|
||||
|
||||
public @NonNull CallLinkRoomId requireCallLinkRoomId() {
|
||||
|
||||
Reference in New Issue
Block a user