Infinity-For-Lemmy/app
Sergei Kozelko c42f183696
Disable aspect ratio logic when it is negative (#1296)
Gallery can set aspect ratio to -1 which would result in negative measured height. It seem that Android treats dimensions as unsigned numbers, so negative numbers actually become huge positive numbers resulting in "infinite" height.

It should be noted that this change allows to disable aspect ratio logic even when some dimension is set to `wrap_content`.
2023-01-21 12:51:44 +08:00
..
src Disable aspect ratio logic when it is negative (#1296) 2023-01-21 12:51:44 +08:00
build.gradle Material You tweaks. 2022-12-16 00:21:15 +11:00
proguard-rules.pro keep class CrashReportsFragment 2021-11-03 05:45:53 +07:00