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

Crash going back from location screen #1266

Open
daniele-athome opened this issue Aug 19, 2019 · 0 comments
Open

Crash going back from location screen #1266

daniele-athome opened this issue Aug 19, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@daniele-athome
Copy link
Member

It was probably a mistake to set ComposeMessage as parent activity, since it cannot be started without intent data. How does it work exactly?

Happening on Android 6.0.1 on a Nexus 4.

java.lang.IllegalArgumentException: Activity PositionActivity does not have a parent activity name specified. (Did you forget to add the android.support.PARENT_ACTIVITY <meta-data>  element in your manifest?)
       at android.support.v4.app.NavUtils.navigateUpFromSameTask + 84(NavUtils.java:84)
       at org.kontalk.ui.ToolbarActivity.navigateUp + 75(ToolbarActivity.java:75)
       at org.kontalk.ui.ToolbarActivity.onOptionsItemSelected + 65(ToolbarActivity.java:65)
       at android.app.Activity.onMenuItemSelected + 2943(Activity.java:2943)
       at android.support.v4.app.FragmentActivity.onMenuItemSelected + 407(FragmentActivity.java:407)
       at android.support.v7.app.AppCompatActivity.onMenuItemSelected + 195(AppCompatActivity.java:195)
       at android.support.v7.view.WindowCallbackWrapper.onMenuItemSelected + 108(WindowCallbackWrapper.java:108)
       at android.support.v7.view.WindowCallbackWrapper.onMenuItemSelected + 108(WindowCallbackWrapper.java:108)
       at android.support.v7.widget.ToolbarWidgetWrapper$1.onClick + 187(ToolbarWidgetWrapper.java:187)
       at android.view.View.performClick + 5204(View.java:5204)
       at android.view.View$PerformClick.run + 21153(View.java:21153)
@daniele-athome daniele-athome added the bug Something isn't working label Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant