-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Comments
Seeing the same crash of the app. Is there anything else we could provide to debug this further? |
Still the case with microG Services Core Version 0.2.9.19420 |
Also the case with microG Services Core Version 0.2.10.19420 |
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. |
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. |
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
The text was updated successfully, but these errors were encountered: