Fixes in localization. Fix splash screen background.
This commit is contained in:
@@ -130,7 +130,6 @@ public class MainActivity extends FlutterActivity {
|
||||
Intent cameraIntent = new Intent(MainActivity.this, SCANNER_BACKEND[idx]);
|
||||
|
||||
for (Object key : mScannerArgs.keySet()) {
|
||||
Log.d("kifio", "k: " + key + "; v: " + mScannerArgs.get(key).toString());
|
||||
if (key.equals("color")) {
|
||||
cameraIntent.putExtra((String) key, Long.parseLong((String) mScannerArgs.get(key)));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user