Skip to content

Fix comment bottom sheet autoclose on Android #4052

Martin Santangelo requested to merge fix/comment-input-hide-android into release/4.21.0

Summary

This MR just hide the input when the bottom sheet is dismissed

Steps to test

  • Tap on the comment button of a post (with existent comments)
  • Tap "Add your comment"
  • Dismiss the bottom sheet by dragging it down from the header
  • Tap on the comment button of a different post (with existent comments)
  • The comments bottom sheet should stay in place and not be closed automatically

Estimated Regression Scope

No regression expected

Merge request reports