TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 532 forks source link

FinestWebViewActivity.initializeOptions (FinestWebViewActivity.java:202) Error #147

Open EvertonSouza opened 6 years ago

EvertonSouza commented 6 years ago

Smartphone: Nexus 4 - android 6.0.1

Caused by java.lang.NullPointerExceptionAttempt to read from field 'java.lang.Integer com.thefinestartist.finestwebview.FinestWebView$Builder.theme' on a null object reference 

com.thefinestartist.finestwebview.FinestWebViewActivity.initializeOptions (FinestWebViewActivity.java:202)

  | com.thefinestartist.finestwebview.FinestWebViewActivity.onCreate (FinestWebViewActivity.java:885)   | android.app.Activity.performCreate (Activity.java:6280)   | android.app.Instrumentation.callActivityOnCreate (Instrumentation.java:1107)   | android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2372)   | android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:2479)   | android.app.ActivityThread.-wrap11 (ActivityThread.java)   | android.app.ActivityThread$H.handleMessage (ActivityThread.java:1347)   | android.os.Handler.dispatchMessage (Handler.java:102)   | android.os.Looper.loop (Looper.java:148)   | android.app.ActivityThread.main (ActivityThread.java:5420)   | java.lang.reflect.Method.invoke (Method.java)   | com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:726)   | com.android.internal.os.ZygoteInit.main (ZygoteInit.java:616)