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