Skip to content

Commit 937b593

Browse files
committed
Fix typo
1 parent 8ad1df9 commit 937b593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/infomaniak/mail/ui/newMessage/NewMessageFragment.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ import kotlinx.coroutines.flow.launchIn
9494
import kotlinx.coroutines.flow.onEach
9595
import kotlinx.coroutines.launch
9696
import javax.inject.Inject
97-
import com.google.android.material.R as RMaeterial
97+
import com.google.android.material.R as RMaterial
9898

9999
@AndroidEntryPoint
100100
class 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

0 commit comments

Comments
 (0)