SimpleMobileTools / Simple-Camera

Quick photo and video camera with a flash, customizable aspect ratio.
https://www.simplemobiletools.com
GNU General Public License v3.0
753 stars 287 forks source link

FIX: UI issues #351

Closed KryptKode closed 1 year ago

KryptKode commented 1 year ago

Notes

tibbi commented 1 year ago

if I grant all permissions properly on Android 13 now, it still crashes as last_photo_video_preview in MainActivity 532 is null.

tibbi commented 1 year ago

it was actually crashing previously too, on first run after granting the permission

tibbi commented 1 year ago

there is still some issues with screen size not being fetched properly after granting the permission on Android 13 the first time. The bottom buttons overlay the navigation bar and the top cutout is being ignored too, it hides the aspect ratio picker. I cannot show that on the screenshot, but I guess top and bottom are handled on the same spot. Launching the app again makes everything show up well.

cameranew

KryptKode commented 1 year ago

Fixed now. @tibbi

tibbi commented 1 year ago

yeah, looking good now, thanks