Skip to content

Commit dffd2d3

Browse files
Add commentary
1 parent 7157a19 commit dffd2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/infomaniak/mail/ui/MainActivity.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ class MainActivity : BaseActivity() {
213213
}
214214

215215
private fun setupMenuDrawer() {
216-
binding.drawerLayout.isFocusable = false
216+
binding.drawerLayout.isFocusable = false // Set here because not working in XML
217217
setupMenuDrawerCallbacks()
218218
}
219219

0 commit comments

Comments
 (0)