Open EchoEllet opened 1 year ago
Also, this pull request provides other tiny improvements. Now we will use MediaQuery.sizeOf() instead of MediaQuery.of().size to listen and rebuild only for the size changes to help improve performance
MediaQuery.sizeOf()
MediaQuery.of().size
Also, this pull request provides other tiny improvements. Now we will use
MediaQuery.sizeOf()
instead ofMediaQuery.of().size
to listen and rebuild only for the size changes to help improve performance