Skip to content

Commit

Permalink
Remove Obj-C framework test code (#928)
Browse files Browse the repository at this point in the history
Remove Obj-C framework test code
  • Loading branch information
ASalavei committed Dec 7, 2023
1 parent e001c08 commit 281be05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ NS_ASSUME_NONNULL_BEGIN
@end

NS_ASSUME_NONNULL_END

void test_CMPUIKitUtils(void);
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ - (void)willMoveToWindow:(UIWindow *)newWindow {
}

@end

void test_CMPUIKitUtils(void) {
NSLog(@"Hello from CMPUIKitUtils");
}
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import androidx.compose.ui.scene.ComposeSceneContext
import androidx.compose.ui.scene.ComposeScenePointer
import androidx.compose.ui.text.input.PlatformTextInputService
import androidx.compose.ui.uikit.*
import androidx.compose.ui.uikit.utils.*
import androidx.compose.ui.unit.*
import kotlin.math.floor
import kotlin.math.roundToInt
Expand Down Expand Up @@ -521,8 +520,6 @@ private class ComposeWindow(
override fun viewDidAppear(animated: Boolean) {
super.viewDidAppear(animated)

test_CMPUIKitUtils()

NSNotificationCenter.defaultCenter.addObserver(
observer = keyboardVisibilityListener,
selector = NSSelectorFromString(keyboardVisibilityListener::keyboardWillShow.name + ":"),
Expand Down

0 comments on commit 281be05

Please sign in to comment.