We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fef00 commit f1e930dCopy full SHA for f1e930d
Jetchat/app/src/main/java/com/example/compose/jetchat/NavActivity.kt
@@ -88,7 +88,9 @@ class NavActivity : AppCompatActivity() {
88
scaffoldState.drawerState.close()
89
}
90
) {
91
- // Workaround for b/178174718 and b/179181757
+ // Workaround for https://issuetracker.google.com/178174718
92
+ // and https://issuetracker.google.com/179181757
93
+
94
// Inflate the XML layout using View Binding:
95
val bindingRef = remember { Ref<ViewBinding>() }
96
val currentView = LocalView.current
@@ -103,7 +105,8 @@ class NavActivity : AppCompatActivity() {
103
105
104
106
bindingRef.value as ViewBinding
107
})
- // End of workaround for b/178174718
108
+ // End of workaround
109
110
// AndroidViewBinding(ContentMainBinding::inflate)
111
112
0 commit comments