Re: RFR: 8285217: [Android] Window's screen is not updated after native screen was disposed [v3]

2022-05-10 Thread Johan Vos
On Wed, 4 May 2022 16:55:30 GMT, Jose Pereda wrote: >> This PR updates the screen for each window even for the case where the old >> screen has been disposed but there is a new screen instance found for such >> window. >> >> This is the case of Android, where the lifecycle of the application

Re: RFR: 8285217: [Android] Window's screen is not updated after native screen was disposed [v3]

2022-05-10 Thread Johan Vos
On Wed, 4 May 2022 16:55:30 GMT, Jose Pereda wrote: >> This PR updates the screen for each window even for the case where the old >> screen has been disposed but there is a new screen instance found for such >> window. >> >> This is the case of Android, where the lifecycle of the application

Re: RFR: 8285217: [Android] Window's screen is not updated after native screen was disposed [v3]

2022-05-06 Thread Kevin Rushforth
On Wed, 4 May 2022 16:55:30 GMT, Jose Pereda wrote: >> This PR updates the screen for each window even for the case where the old >> screen has been disposed but there is a new screen instance found for such >> window. >> >> This is the case of Android, where the lifecycle of the application

Re: RFR: 8285217: [Android] Window's screen is not updated after native screen was disposed [v3]

2022-05-04 Thread Jose Pereda
> This PR updates the screen for each window even for the case where the old > screen has been disposed but there is a new screen instance found for such > window. > > This is the case of Android, where the lifecycle of the application allows > destroying the native screen when the app goes to