Here's how you can respond to the feedback in English:
Thank you for the suggestion! I tried implementing the code you provided:
.sheet(isPresented: $isShowingAI && !$loginManager.isShowingLogin && !$loginManager.isShowingLogout, content: {
AIChatMessageListPage()
})
However, I encountered a compilation error:
Cannot convert value '$isShowingAI' of type 'Binding<Bool>' to expected type 'Bool', use wrapped value instead.
Topic:
App & System Services
SubTopic:
General
Tags: