Make the new image selection path work on Android as well.

This commit is contained in:
Henrik Rydgård 2023-03-22 14:14:15 +01:00
parent e9f5394f59
commit 0403bbf084
5 changed files with 46 additions and 36 deletions

View file

@ -490,7 +490,7 @@ void SetBackgroundPopupScreen::update() {
File::WriteStringToFile(false, pic->data, bgPng);
}
NativeMessageReceived("bgImage_updated", "");
UIBackgroundShutdown();
// It's worse if it flickers, stay open for at least 1s.
timeDone_ = timeStart_ + 1.0;