Commit 48f21e1 1 parent 3c9ce6d commit 48f21e1 Copy full SHA for 48f21e1
File tree 1 file changed +2
-2
lines changed
app/src/main/java/com/infomaniak/mail/ui/newMessage
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ import kotlinx.coroutines.flow.filterNotNull
84
84
import kotlinx.coroutines.flow.launchIn
85
85
import kotlinx.coroutines.flow.onEach
86
86
import javax.inject.Inject
87
- import com.google.android.material.R as RMaeterial
87
+ import com.google.android.material.R as RMaterial
88
88
89
89
@AndroidEntryPoint
90
90
class NewMessageFragment : Fragment () {
@@ -314,7 +314,7 @@ class NewMessageFragment : Fragment() {
314
314
enableAlgorithmicDarkening(true )
315
315
if (context.isNightModeEnabled()) editor.addCss(context.loadCss(R .raw.custom_dark_mode))
316
316
317
- val customColors = listOf (PRIMARY_COLOR_CODE to context.getAttributeColor(RMaeterial .attr.colorPrimary))
317
+ val customColors = listOf (PRIMARY_COLOR_CODE to context.getAttributeColor(RMaterial .attr.colorPrimary))
318
318
addCss(context.loadCss(R .raw.style, customColors))
319
319
addCss(context.loadCss(R .raw.editor_style, customColors))
320
320
You can’t perform that action at this time.
0 commit comments