File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/com/infomaniak/mail/ui/newMessage Expand file tree Collapse file tree 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
9494import kotlinx.coroutines.flow.onEach
9595import kotlinx.coroutines.launch
9696import javax.inject.Inject
97- import com.google.android.material.R as RMaeterial
97+ import com.google.android.material.R as RMaterial
9898
9999@AndroidEntryPoint
100100class NewMessageFragment : Fragment () {
@@ -353,7 +353,7 @@ class NewMessageFragment : Fragment() {
353353 enableAlgorithmicDarkening(isEnabled = true )
354354 if (context.isNightModeEnabled()) addCss(context.loadCss(R .raw.custom_dark_mode))
355355
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))
357357 addCss(context.loadCss(R .raw.style, customColors))
358358 addCss(context.loadCss(R .raw.editor_style, customColors))
359359
You can’t perform that action at this time.
0 commit comments