File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -484,10 +484,9 @@ class ShareButton extends MessageActionSheetMenuItemButton {
484
484
// sheet. (We could do this after the sharing Future settles
485
485
// with [ShareResultStatus.success], but on iOS I get impatient with
486
486
// how slowly our action sheet dismisses in that case.)
487
- // TODO(#24): Fix iOS bug where this call causes the keyboard to
488
- // reopen (if it was open at the time of this
489
- // `showMessageActionSheet` call) and cover a large part of the
490
- // share sheet.
487
+ // TODO(#591): Fix iOS bug where if the keyboard was open before the call
488
+ // to `showMessageActionSheet`, it reappears briefly between
489
+ // the `pop` of the action sheet and the appearance of the share sheet.
491
490
Navigator .of (context).pop ();
492
491
final zulipLocalizations = ZulipLocalizations .of (pageContext);
493
492
You can’t perform that action at this time.
0 commit comments