File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Jetchat/app/src/main/java/com/example/compose/jetchat Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ class NavActivity : AppCompatActivity() {
8888 scaffoldState.drawerState.close()
8989 }
9090 ) {
91- // Workaround for b/178174718 and b/179181757
91+ // Workaround for https://issuetracker.google.com/178174718
92+ // and https://issuetracker.google.com/179181757
93+
9294 // Inflate the XML layout using View Binding:
9395 val bindingRef = remember { Ref <ViewBinding >() }
9496 val currentView = LocalView .current
@@ -103,7 +105,8 @@ class NavActivity : AppCompatActivity() {
103105 }
104106 bindingRef.value as ViewBinding
105107 })
106- // End of workaround for b/178174718
108+ // End of workaround
109+
107110 // AndroidViewBinding(ContentMainBinding::inflate)
108111 }
109112 }
You can’t perform that action at this time.
0 commit comments