Github user spiritax commented on the pull request:

    
https://github.com/apache/cordova-plugin-splashscreen/pull/53#issuecomment-128665519
  
    Thanks for the code.
    
    The property FadeSplashScreenDuration (float, defaults to 2): is a float, 
so you should probably read a Double then cast it on Integer.
    
    final int splashscreenDuration = 
(int)(preferences.getDouble("FadeSplashScreenDuration", 2) * 1000);


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to