Fixes in localization. Fix splash screen background.

This commit is contained in:
Ivan Murashov
2018-02-13 22:37:17 +03:00
parent db75d2b35f
commit 3359c0abb4
10 changed files with 13 additions and 15 deletions

View File

@@ -7,7 +7,11 @@ class Resources {
}
static String getSplash(String app) {
return 'assets/${'pip'}_splash.png';
if (app == 'autobonus') {
return 'assets/${app}_splash.png';
} else {
return 'assets/dinect_splash.png';
}
}
static Color getPrimaryColor(String app) {