You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i navigate to another page from screenhome ,
its show nullpointer exception in 'ScreenService.class'
java.lang.NullPointerException: Attempt to invoke virtual method 'android.app.LocalActivityManager com.example.tevateldev16.eventapp.Main.getLocalActivityManager()' on a null object reference
on the line 'Intent intent = new Intent(mainActivity, cls);'
when i debug it cls has some value but mainActivity is having empty value
i have updated gradle version to 3.0.1
The text was updated successfully, but these errors were encountered:
When i navigate to another page from screenhome ,
its show nullpointer exception in 'ScreenService.class'
java.lang.NullPointerException: Attempt to invoke virtual method 'android.app.LocalActivityManager com.example.tevateldev16.eventapp.Main.getLocalActivityManager()' on a null object reference
on the line 'Intent intent = new Intent(mainActivity, cls);'
when i debug it cls has some value but mainActivity is having empty value
i have updated gradle version to 3.0.1
The text was updated successfully, but these errors were encountered: