Skip to content

Commit f1e930d

Browse files
author
Chris Banes
committedFeb 11, 2021
Fix bug link in comment
Change-Id: Ib827add7abb1cc664626cc6249208c5bd640d35b
1 parent 23fef00 commit f1e930d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎Jetchat/app/src/main/java/com/example/compose/jetchat/NavActivity.kt

+5-2
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)
Please sign in to comment.