secure_application icon indicating copy to clipboard operation
secure_application copied to clipboard

Custom preview screen when swiping between apps

Open tigrenok00 opened this issue 1 year ago • 1 comments

Hi, Can we control the UI of the preview screen that will be shown at secured/locked state when swiping between apps? It currently shows white blank screen for me. But I know other apps that set a custom screen in this case. I'm using a lockedBuilder with custom UI but this is not what is shown when swiping between apps (tested on android for now).

tigrenok00 avatar Sep 09 '24 12:09 tigrenok00

Because of the lifecycle of android Flutter does not have the time to render a new view when going to app switcher.

neckaros avatar Mar 18 '25 10:03 neckaros