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

Crashing Settings activity does not return / clean up correctly #1

Open
coxtor opened this issue Nov 20, 2018 · 1 comment
Open

Crashing Settings activity does not return / clean up correctly #1

coxtor opened this issue Nov 20, 2018 · 1 comment

Comments

@coxtor
Copy link

coxtor commented Nov 20, 2018

I, I wanted to try out the external plugin possibilities options, sadly the return activity does not function correctly. After exiting the EditData Activity the application crashes, here the logcat:

2018-11-20 15:25:30.182 22960-22960/? E/AndroidRuntime: FATAL EXCEPTION: main Process: ryey.easeroperationpluginexample, PID: 22960 java.lang.IllegalStateException: Could not find method finishActivity(View) in a parent or ancestor Context for android:onClick attribute defined on view class android.support.v7.widget.AppCompatButton with id 'btn_accept' at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.resolveMethod(AppCompatViewInflater.java:423) at android.support.v7.app.AppCompatViewInflater$DeclaredOnClickListener.onClick(AppCompatViewInflater.java:380) at android.view.View.performClick(View.java:6294) at android.view.View$PerformClick.run(View.java:24770) at android.os.Handler.handleCallback(Handler.java:790) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:164) at android.app.ActivityThread.main(ActivityThread.java:6494) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:440) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)

@renyuneyun
Copy link
Owner

This seems strange as I can't reproduce the problem.
Could you give a more detailed explanation? Do you encounter this every time you do so?

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