Skip to content

Commit aeb76fb

Browse files
committed
Debug tests
1 parent 5c3dca0 commit aeb76fb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

compose/ui/ui-uikit/src/iosMain/objc/CMPUIKitUtils/CMPUIKitUtils/CMPEditMenuView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@
4747
- (void)activateTextInputInteractionIfNeeded;
4848

4949
- (void)deactivateTextInputInteractionIfNeeded;
50-
50+
- (void)qweqwqwe;
5151
@end

compose/ui/ui-uikit/src/iosMain/objc/CMPUIKitUtils/CMPUIKitUtils/CMPEditMenuView.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ - (void)presentEditMenuInteraction API_AVAILABLE(ios(16.0)) {
254254
UIEditMenuConfiguration *config = [UIEditMenuConfiguration configurationWithIdentifier:nil
255255
sourcePoint:self.targetRect.origin];
256256

257+
NSLog(@"[CMPEditMenuView] presentEditMenuInteraction called with config: %@ || window: %@", config, [self.window description] ?: @"<no window>");
257258
[self.editInteraction presentEditMenuWithConfiguration:config];
258259
}
259260

0 commit comments

Comments
 (0)