Skip to content

Commit

Permalink
Remove errant dismiss call
Browse files Browse the repository at this point in the history
  • Loading branch information
zwarm committed Jun 18, 2024
1 parent 5a648b3 commit 2758f22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ class VoiceToContentViewModel @Inject constructor(
is VoiceToContentResult.Success ->
_actionEvent.postValue(LaunchEditPost(site, result.content))
}
_actionEvent.postValue(Dismiss)
}
}

Expand Down

0 comments on commit 2758f22

Please sign in to comment.