-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Fix Android disabling splash screen Show Image #84491
Fix Android disabling splash screen Show Image #84491
Conversation
scgm0
commented
Nov 5, 2023
•
edited by AThousandShips
Loading
edited by AThousandShips
- Bugsquad edit, fixes: Disabling splash screen Show Image project setting has no effect on Android #69316
Is there an open issue for this? If not please open one |
#69316 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks for the fix!
if (OS::get_singleton()->is_stdout_verbose()) { | ||
print_error("- unable to load splash image from " + project_splash_path + " (" + itos(err) + ")"); | ||
// Setup the splash bg color | ||
bool bg_color_valid; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be initialized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though maybe it can even be done without a boolean, using get_setting("application/boot_splash/bg_color", boot_splash_bg_color)
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Though maybe it can even be done without a boolean, using
get_setting("application/boot_splash/bg_color", boot_splash_bg_color)
.
It was already there, I wasn't sure what it did, I just changed its position
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's okay for now 👍 But we should probably fix it at some point.
45acd69
to
7488b4e
Compare
Your rebase went wrong and you have included commits from others you need to restore this |
Please do:
And then add your fix to the default value with
And finally
|
a04dfef
to
66ab205
Compare
Thanks! I'm so stupid.( |
ecea1fc
to
8fda1aa
Compare
Can you please squash your commits into one, see here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good otherwise, just the comment and squashing :)
8fda1aa
to
2899d6e
Compare
Trying, forgive my stupidity ( |
Not at all! Git can be a mess to figure out and there are plenty of pitfalls |
b22a7bc
to
7771936
Compare
Should be fine, thanks! |
Thanks! |
Cherry-picked for 4.1.4. |