We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd69067 commit 479711dCopy full SHA for 479711d
app/src/main/java/com/infomaniak/mail/ui/newMessage/NewMessageFragment.kt
@@ -303,7 +303,10 @@ class NewMessageFragment : Fragment() {
303
toolbar.setNavigationOnClickListener { activity?.onBackPressedDispatcher?.onBackPressed() }
304
changeToolbarColorOnScroll(toolbar, compositionNestedScrollView)
305
306
- signatureWebView.enableAlgorithmicDarkening(true)
+ signatureWebView.apply {
307
+ isFocusable = false
308
+ enableAlgorithmicDarkening(true)
309
+ }
310
quoteWebView.enableAlgorithmicDarkening(true)
311
312
attachmentsRecyclerView.adapter = AttachmentAdapter(
0 commit comments