mirror of
https://github.com/apache/cordova-plugin-splashscreen.git
synced 2026-07-17 00:02:44 +08:00
@@ -194,6 +194,7 @@ public class SplashScreen extends CordovaPlugin {
|
||||
} else if ("spinner".equals(id)) {
|
||||
if ("stop".equals(data.toString())) {
|
||||
getView().setVisibility(View.VISIBLE);
|
||||
getView().requestFocus();
|
||||
}
|
||||
} else if ("onReceivedError".equals(id)) {
|
||||
this.spinnerStop();
|
||||
|
||||
Reference in New Issue
Block a user