diff options
author | Eric Bailey <git@esb.lol> | 2024-03-21 11:53:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 11:53:01 -0500 |
commit | 7503d83eaa5ac35b06c7223ff6395f9dadc63c0f (patch) | |
tree | d80b81d71569a365f465d7ec417ec02018c7e9bb /app.config.js | |
parent | 396d183dfcc303eb5056eca52f7cd62254f8f5c4 (diff) | |
download | voidsky-7503d83eaa5ac35b06c7223ff6395f9dadc63c0f.tar.zst |
Fix android splash jump (#3316)
* Setup translucent status bar of splash screen on android (#3300) Co-authored-by: Eric Bailey <git@esb.lol> * Fix conflict better --------- Co-authored-by: Eiichi Yoshikawa <edo@bari-ikutsu.com>
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index dcbb0e459..c151862ab 100644 --- a/app.config.js +++ b/app.config.js @@ -161,6 +161,7 @@ module.exports = function (config) { './plugins/withAndroidManifestPlugin.js', './plugins/withAndroidManifestFCMIconPlugin.js', './plugins/withAndroidStylesWindowBackgroundPlugin.js', + './plugins/withAndroidSplashScreenStatusBarTranslucentPlugin.js', './plugins/shareExtension/withShareExtensions.js', ].filter(Boolean), extra: { |