-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Please complete the following information:
- Library Version 0.1.2
- Google Pixel 4a 5G, Android v.14
Describe the Bug:
I applied a blur effect to my Text Composables as such:
Cloudy { Text( modifier = Modifier.padding(2.dp), text = stringResource(id = previewTransaction.companyName), style = Typography.b1MediumTextStyle, color = Grey500 ) }
As it turns out after my loading indicator is gone, and the content is showed, the effect takes a bit of time to show up, or to be applied. I am wondering why is this happening. Is the implementation intended as such?
Expected Behavior:
I expect the blur effect to be applied immediately, or calculated as the views are being composed.
Metadata
Metadata
Assignees
Labels
No labels