Inline flag to enable auto-lower-hand for everyone.

This commit is contained in:
Alex Hart
2025-04-01 12:45:19 -03:00
parent 62305c6910
commit 6323cd0fd4
2 changed files with 1 additions and 4 deletions

View File

@@ -245,7 +245,6 @@ private fun SearchToolbar(
)
}
LaunchedEffect(state.mode) {
if (state.mode == MainToolbarMode.SEARCH) {
focusRequester.requestFocus()

View File

@@ -973,9 +973,7 @@ public final class SignalCallManager implements CallManager.Observer, GroupCall.
@Override
public void onSpeakingNotification(@NonNull GroupCall groupCall, @NonNull GroupCall.SpeechEvent speechEvent) {
if (RemoteConfig.internalUser()) {
process((s, p) -> p.handleGroupCallSpeechEvent(s, speechEvent));
}
process((s, p) -> p.handleGroupCallSpeechEvent(s, speechEvent));
}
@Override