This website requires JavaScript.
Explore
Help
Sign In
letro
/
letro-android
Watch
1
Star
0
Fork
0
You've already forked letro-android
Code
Issues
Pull Requests
Actions
5
Packages
Projects
Releases
Wiki
Activity
Files
e8980f171a3d0d4155f018405ed5598f2f9a4cea
letro-android
/
libraries
/
matrixui
/
src
/
main
History
Benoit Marty
99caa031e8
Replace
mutableStateOf
by
mutableIntStateOf
and
mutableFloatStateOf
. Use
intValue
and
floatValue
to avoid unboxing.
2023-09-26 18:07:53 +02:00
..
kotlin/io/element/android/libraries/matrix
/ui
Replace
mutableStateOf
by
mutableIntStateOf
and
mutableFloatStateOf
. Use
intValue
and
floatValue
to avoid unboxing.
2023-09-26 18:07:53 +02:00
AndroidManifest.xml
Create
matrixui
module and remove dependency to
coil
in the matrix module. Move
MatrixUser
there.
2022-12-22 15:32:29 +01:00