Skip to content

Commit

Permalink
Fix bug link in comment
Browse files Browse the repository at this point in the history
Change-Id: Ib827add7abb1cc664626cc6249208c5bd640d35b
  • Loading branch information
Chris Banes committed Feb 11, 2021
1 parent 23fef00 commit f1e930d
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ class NavActivity : AppCompatActivity() {
scaffoldState.drawerState.close()
}
) {
// Workaround for b/178174718 and b/179181757
// Workaround for https://issuetracker.google.com/178174718
// and https://issuetracker.google.com/179181757

// Inflate the XML layout using View Binding:
val bindingRef = remember { Ref<ViewBinding>() }
val currentView = LocalView.current
Expand All @@ -103,7 +105,8 @@ class NavActivity : AppCompatActivity() {
}
bindingRef.value as ViewBinding
})
// End of workaround for b/178174718
// End of workaround

// AndroidViewBinding(ContentMainBinding::inflate)
}
}
Expand Down

0 comments on commit f1e930d

Please sign in to comment.