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 @@ -94,7 +94,7 @@ import kotlinx.coroutines.flow.launchIn
94
94
import kotlinx.coroutines.flow.onEach
95
95
import kotlinx.coroutines.launch
96
96
import javax.inject.Inject
97
- import com.google.android.material.R as RMaeterial
97
+ import com.google.android.material.R as RMaterial
98
98
99
99
@AndroidEntryPoint
100
100
class NewMessageFragment : Fragment () {
@@ -353,7 +353,7 @@ class NewMessageFragment : Fragment() {
353
353
enableAlgorithmicDarkening(isEnabled = true )
354
354
if (context.isNightModeEnabled()) addCss(context.loadCss(R .raw.custom_dark_mode))
355
355
356
- val customColors = listOf (PRIMARY_COLOR_CODE to context.getAttributeColor(RMaeterial .attr.colorPrimary))
356
+ val customColors = listOf (PRIMARY_COLOR_CODE to context.getAttributeColor(RMaterial .attr.colorPrimary))
357
357
addCss(context.loadCss(R .raw.style, customColors))
358
358
addCss(context.loadCss(R .raw.editor_style, customColors))
359
359
You can’t perform that action at this time.
0 commit comments