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
I am getting error on this line in Initializer.java
actionBarView = (View) home.getParent().getParent().getParent();
if (actionBarView == null) {
throw new NoActionBarException();
}
I am not using actionbar in my activity how to rectify this error?
The text was updated successfully, but these errors were encountered:
I am getting error on this line in Initializer.java
actionBarView = (View) home.getParent().getParent().getParent();
if (actionBarView == null) {
throw new NoActionBarException();
}
I am not using actionbar in my activity how to rectify this error?
The text was updated successfully, but these errors were encountered: