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 @@ -84,7 +84,7 @@ import kotlinx.coroutines.flow.filterNotNull
8484import kotlinx.coroutines.flow.launchIn
8585import kotlinx.coroutines.flow.onEach
8686import javax.inject.Inject
87- import com.google.android.material.R as RMaeterial
87+ import com.google.android.material.R as RMaterial
8888
8989@AndroidEntryPoint
9090class 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
You can’t perform that action at this time.
0 commit comments