Commit 2bfcf5c
committed
Try to fix common issue with the top app bar
The exception is:
> Size(720 x -83) is out of range. Each dimension must be between 0 and 16777215.
So forcing the height to at least 0 should fix it (although it might cause UI glitches?)1 parent eb24053 commit 2bfcf5c
File tree
1 file changed
+1
-1
lines changed- libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/components
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments