Advertisement
Cabaca

Untitled

Aug 14th, 2024
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.36 KB | None | 0 0
  1. struct ContentView: View {
  2.     var body: some View {
  3.         ComposeView()
  4.                 .ignoresSafeArea(edges: .all) // Add this line
  5.                 .ignoresSafeArea(.keyboard) // Compose has own keyboard handler
  6.     }
  7.  
  8.         return Kotlinx_datetimeLocalDate(year: Int32(year), monthNumber: Int32(monthInt), dayOfMonth: Int32(day))
  9.  
  10.     }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement