Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Double clicking on the recording item will cause it to crash #98

Closed
Jesse205 opened this issue Jan 23, 2024 · 1 comment
Closed

Comments

@Jesse205
Copy link
Contributor

petal_20240123_183005.mp4
FATAL EXCEPTION: main
Process: com.f0x1d.logfox, PID: 31710
java.lang.IllegalArgumentException: Navigation action/destination com.f0x1d.logfox:id/action_recordingsFragment_to_recordingBottomSheet cannot be found from the current destination b(com.f0x1d.logfox:id/recordingBottomSheet) label=RecordingBottomSheet
	at f1.v.l(SourceFile:131)
	at f1.v.n(SourceFile:1)
	at y3.d.n(SourceFile:292)
	at h4.i.onClick(SourceFile:54)
	at android.view.View.performClick(View.java:7322)
	at android.view.View.performClickInternal(View.java:7296)
	at android.view.View.access$3600(View.java:839)
	at android.view.View$PerformClick.run(View.java:28319)
	at android.os.Handler.handleCallback(Handler.java:900)
	at android.os.Handler.dispatchMessage(Handler.java:103)
	at android.os.Looper.loop(Looper.java:219)
	at android.app.ActivityThread.main(ActivityThread.java:8673)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109)
@F0x1d
Copy link
Owner

F0x1d commented Feb 4, 2024

Fixed in 3dcc5a1

@F0x1d F0x1d closed this as completed Feb 4, 2024
F0x1d added a commit that referenced this issue Feb 5, 2024
* [build]: updated dependencies

* [fix]: crash when no log file is available

* [fix]: double-click navigation crash (#98)

* [refactor]: rewritten recording feature to add custom recorders

* [fix]: memory problems

* [fix]: zip recording export

* [refactor]: small code improvements

* [feat]: saving all recorded logs

* [feat]: exporting selected logs

* [fix]: fixed text for LogsFragment

* [build]: bumped app version

* [feat]: update zh_rCN translation

---------

Co-authored-by: huajijam <29218242+huajijam@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants