Commit d072f80 1 parent d0d732b commit d072f80 Copy full SHA for d072f80
File tree 2 files changed +4
-4
lines changed
app/src/main/java/com/infomaniak/mail/ui
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -418,8 +418,8 @@ class ThreadListAdapter @Inject constructor(
418
418
expeditorAvatar.apply {
419
419
loadAvatar(recipient, bimi)
420
420
421
- // Set isFocusable here instead of in XML file because set XML don't trigger the overridden setFocusable(boolean)
422
- // in avatar view .
421
+ // Set ` isFocusable` here instead of in XML file because setting it in the
422
+ // XML doesn't trigger the overridden `setFocusable(boolean)` in AvatarView .
423
423
isFocusable = false
424
424
}
425
425
}
Original file line number Diff line number Diff line change @@ -505,8 +505,8 @@ class NewMessageFragment : Fragment() {
505
505
icon = AppCompatResources .getDrawable(context, R .drawable.ic_chevron_down)
506
506
setOnClickListener { _ -> addressListPopupWindow?.show() }
507
507
508
- // Set isFocusable here instead of in XML file because set XML don't trigger the overridden setFocusable(boolean)
509
- // in avatar view .
508
+ // Set ` isFocusable` here instead of in XML file because setting it in the
509
+ // XML doesn't trigger the overridden `setFocusable(boolean)` in AvatarView .
510
510
isFocusable = true
511
511
}
512
512
}
You can’t perform that action at this time.
0 commit comments