Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix voice message record button wrong visibility #4284

Merged
merged 1 commit into from
Oct 21, 2021

Conversation

ganfra
Copy link
Member

@ganfra ganfra commented Oct 21, 2021

Fix #4283

@@ -49,8 +49,8 @@ data class TextComposerViewState(
val sendMode: SendMode = SendMode.REGULAR("", false)
) : MavericksState {

val isComposerVisible: Boolean
get() = canSendMessage && !isVoiceRecording
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 for removing the get when everything is val

@ouchadam
Copy link
Contributor

could be nice to see the before and after screenshots 👓

@github-actions
Copy link

Unit Test Results

  48 files  ±0    48 suites  ±0   51s ⏱️ -7s
  91 tests ±0    91 ✔️ ±0  0 💤 ±0  0 ±0 
244 runs  ±0  244 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit d33daaf. ± Comparison against base commit 7c9c4ec.

Copy link
Member

@bmarty bmarty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@bmarty bmarty merged commit 486e769 into develop Oct 21, 2021
@bmarty bmarty deleted the feature/fga/fix_mic_button_visibility branch October 21, 2021 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Voice message record button wrong visibility
3 participants