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

N26 crashes when opening the map #928

Open
Nesaijn opened this issue Aug 20, 2019 · 5 comments
Open

N26 crashes when opening the map #928

Nesaijn opened this issue Aug 20, 2019 · 5 comments

Comments

@Nesaijn
Copy link

Nesaijn commented Aug 20, 2019

Everything works fine when opening the app and it also is registered in GCM. But when opening the map it crashes.
Here is the part of logcat when I press the button to open the map:
logcat.txt

microG Services Core Version 0.2.8.1.7785-mapbox
LineageOS 16.0

@nebulade
Copy link

Seeing the same crash of the app. Is there anything else we could provide to debug this further?

@Nesaijn
Copy link
Author

Nesaijn commented Oct 29, 2019

Still the case with microG Services Core Version 0.2.9.19420

@Nesaijn
Copy link
Author

Nesaijn commented Nov 2, 2019

Also the case with microG Services Core Version 0.2.10.19420

@jingyu9575
Copy link

Same problem for me. The decompiled code in N26 is:

View view = ((View)this.mapView.findViewById(1).getParent()).findViewById(2);
view.setLayoutParams(...);

It seems that N26 is assuming a certain view ID in the implementation and crashes when the ID is not found. The bug can be workarounded by removing the method with Xposed.

@jfwerner
Copy link

Still having the problem on 2.10.19420

It seems as though the app only crashes once you allow the GPS permission, even though you can see the map already loading in the background, but if you deny GPS the map will close itself.

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

4 participants