Skip to content

Commit

Permalink
📝 Because there is a possibility that the navigation is not working p…
Browse files Browse the repository at this point in the history
…roperly due to a bug in the Compose Multiplatform Core side, the version will be upgraded to one that has a fix.

At that time, it was said that CADisableMinimumFrameDurationOnPhone should be set to true, so I set it to true.
  • Loading branch information
Corvus400 committed Sep 8, 2024
1 parent f73a145 commit c9cd6f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app-ios/App/DroidKaigi2024App-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
</array>
<key>NSCalendarsUsageDescription</key>
<string>Use for adding events to your calendar</string>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlin = "2.0.10"
androidxCore = "1.13.1"
androidDesugarJdkLibs = "2.0.4"
compose = "2024.09.00"
composeMultiplatform = "1.7.0-alpha02"
composeMultiplatform = "1.7.0-beta01"
rin = "0.1.0"
composeInvestigator = "1.5.10-0.2.1"
composeMaterial3 = "1.3.0"
Expand Down

0 comments on commit c9cd6f3

Please sign in to comment.