Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

NullPointerException when calling WifiListActivity.onCreateContextMenu #43

Open
bparmentier opened this issue Oct 30, 2018 · 0 comments
Labels

Comments

@bparmentier
Copy link
Owner

Application version: 1.1.1
Android version: 7.1

java.lang.NullPointerException: 
  at be.brunoparmentier.wifikeyshare.ui.activities.WifiListActivity.onCreateContextMenu (WifiListActivity.java:219)
  at android.view.View.createContextMenu (View.java:10798)
  at com.android.internal.view.menu.ContextMenuBuilder.showPopup (ContextMenuBuilder.java:100)
  at com.android.internal.policy.DecorView.showContextMenuForChildInternal (DecorView.java:794)
  at com.android.internal.policy.DecorView.showContextMenuForChild (DecorView.java:771)
  at android.view.ViewGroup.showContextMenuForChild (ViewGroup.java:791)
  at android.view.ViewGroup.showContextMenuForChild (ViewGroup.java:791)
  at android.view.ViewGroup.showContextMenuForChild (ViewGroup.java:791)
  at android.view.ViewGroup.showContextMenuForChild (ViewGroup.java:791)
  at android.view.ViewGroup.showContextMenuForChild (ViewGroup.java:791)
  at android.view.ViewGroup.showContextMenuForChild (ViewGroup.java:791)
  at android.view.View.showContextMenu (View.java:5809)
  at android.view.View.performLongClickInternal (View.java:5728)
  at android.view.View.performLongClick (View.java:5682)
  at android.view.View.performLongClick (View.java:5700)
  at android.view.View$CheckForLongPress.run (View.java:22434)
  at android.os.Handler.handleCallback (Handler.java:754)
  at android.os.Handler.dispatchMessage (Handler.java:95)
  at android.os.Looper.loop (Looper.java:163)
  at android.app.ActivityThread.main (ActivityThread.java:6383)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:904)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:794)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant