tel: action sheet UI doesn't respond to use interaction after invoked in UIInterfaceOrientationMaskLandscape

bug replay environment:Xcode 14, iOS 16.0 iPhone

  1. invoke this code in UIInterfaceOrientationMaskLandscape ViewController
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"tel://foo"] options:@{} completionHandler:^(BOOL success) {}];

the tel: process UI can respond to use interaction.

  1. invoke this same code in UIInterfaceOrientationMaskPortrait ViewController, the tel: process UI doesn't respond to use interaction at any App.

the only resolve method is restart tel: process by restart my Phone

tel: action sheet UI doesn't respond to use interaction after invoked in UIInterfaceOrientationMaskLandscape
 
 
Q