Skip to content

Commit 48f21e1

Browse files
committed
Fix typo
1 parent 3c9ce6d commit 48f21e1

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
@@ -84,7 +84,7 @@ import kotlinx.coroutines.flow.filterNotNull
8484
import kotlinx.coroutines.flow.launchIn
8585
import kotlinx.coroutines.flow.onEach
8686
import javax.inject.Inject
87-
import com.google.android.material.R as RMaeterial
87+
import com.google.android.material.R as RMaterial
8888

8989
@AndroidEntryPoint
9090
class NewMessageFragment : Fragment() {
@@ -314,7 +314,7 @@ class NewMessageFragment : Fragment() {
314314
enableAlgorithmicDarkening(true)
315315
if (context.isNightModeEnabled()) editor.addCss(context.loadCss(R.raw.custom_dark_mode))
316316

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))
318318
addCss(context.loadCss(R.raw.style, customColors))
319319
addCss(context.loadCss(R.raw.editor_style, customColors))
320320

0 commit comments

Comments
 (0)