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
Multiple instances of using getView().findViewById(R.id.####) can sometimes cause NPEs. Should switch to using global variable for the parent view using try{}catch{}
Multiple instances of using
getView().findViewById(R.id.####)can sometimes cause NPEs. Should switch to using global variable for the parent view usingtry{}catch{}