Sorry for bother you, Author.
We noticed in apk version, seems like Chris's avator can't show in lower left corner. So we try to fix it, and why this happened.
We found that because new phone's screen is too long, making Ren'Py take it as a small device.
So it might be helpful to use an variable "renpy.variant("small")" to re-set up.
Here is the variable need to change in screen.rpy
Add the code below:
if renpy.variant("small"):
add SideImage() xalign 0.0 yalign 1.0
In "style window" (In row 1451) add :
left_padding 130
Here is the picture add above code result
Test Phone: Google Pixel 6