Skip to content

Commit

Permalink
remove title parameter from PreComposeApplication in molecule sample
Browse files Browse the repository at this point in the history
  • Loading branch information
TheronRogers committed Jul 27, 2023
1 parent 89e83f0 commit 65d74e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SkikoAppDelegate : UIResponder, UIApplicationDelegateProtocol {

override fun application(application: UIApplication, didFinishLaunchingWithOptions: Map<Any?, *>?): Boolean {
window = UIWindow(frame = UIScreen.mainScreen.bounds).apply {
rootViewController = PreComposeApplication("PreCompose Molecule Sample") {
rootViewController = PreComposeApplication {
App()
}
makeKeyAndVisible()
Expand Down

0 comments on commit 65d74e7

Please sign in to comment.