[nz.co.kiwibank.mobile] crashing
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 3.2k
- Avg merge
- 12d 11h
- Merged PRs (30d)
- 4
Description
FATAL EXCEPTION: main
Process: nz.co.kiwibank.mobile, PID: 20650
java.lang.NullPointerException: null cannot be cast to non-null type androidx.appcompat.widget.SearchView
at nz.co.kiwibank.mobile.ui.payTransfer.fragments.a.Mf(SourceFile:3)
at androidx.fragment.app.Fragment.pg(SourceFile:3)
at androidx.fragment.app.FragmentManager.E(SourceFile:3)
at androidx.fragment.app.FragmentManager$c.d(Unknown Source:2)
at androidx.core.view.l.e(SourceFile:2)
at androidx.activity.ComponentActivity.onCreatePanelMenu(SourceFile:2)
at androidx.appcompat.view.i.onCreatePanelMenu(Unknown Source:2)
at androidx.appcompat.app.g$n.onCreatePanelMenu(SourceFile:2)
at androidx.appcompat.app.s.B(SourceFile:5)
at androidx.appcompat.app.s$a.run(Unknown Source:2)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.app.ActivityThread.main(ActivityThread.java:6718)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:491)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the crash and tracing the obfuscated entry point nz.co.kiwibank.mobile.ui.payTransfer.fragments.a.Mf(SourceFile:3), where a value is cast to androidx.appcompat.widget.SearchView. Inspect the payTransfer fragment's menu setup and determine why the expected SearchView is null; done means the reported crash no longer occurs in that flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100