Secure your UI with Jetpack Compose is more easier...
# compose
i
Secure your UI with Jetpack Compose is more easier than before ! https://ibrahimalii.github.io/Securing-UI-With-Jetpack-Compose/
m
According to https://issuetracker.google.com/issues/143778149 and https://issuetracker.google.com/issues/143778148 they have not done the work yet that you describe.
FLAG_SECURE
does not appear anywhere in the source code that I can find. Do you have a link to a commit or something that shows what changes they made?
i
@Mark Murphy Hi, I didn't remend that there is a change in how
FLAG_SECURE
work. The change is in how Jetpack-Compose work. The old way displayed the spinner, autocomplete etc.. in a new window. But now jetpack-compose transform the data to the UI hierarchy. There issues with with pop-up still as you commented but I hope they solve it soon. I will post A fully example describe what I've said. Thank you.
🆗 1