-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: [UEPR-165] Merged native branch in scratch gui #216
Feat: [UEPR-165] Merged native branch in scratch gui #216
Conversation
Use the same implementation as onSetProjectThumbnailer which does the same thing for getting a thumbnail externally.
This reverts commit fa44d94.
Usually we generate a thumbnail when a project is changed. If a project is imported on Android it doesn’t have a thumbnail, and if you just run it without changes it still doesn’t have a thumbnail. Adding `saveThumbnailOnLoad` flag that Android sets if the project doesn’t have a thumbnail.
Generate a thumbnail for new projects and imported projects when loaded on android * use `isShowingWithId` instead of `isLoading`, loading finishes while project id is still `“0”` for new projects * use a timeout for storing the project thumbnail to ensure that it happens after target skins are rendered (they are rendered async)
I have read the CLA Document and I hereby sign the CLA 3 out of 8 committers have signed the CLA. |
Ticket:
UEPR-165
Changes: Merged develop into native branch