Why is the Android navigator pushed out? (recreated in the official demo application)

I implemented a new Navigation Drawer template in an Android app, and for some reason, it will stick with a preview of the 20dp tab, probably close to 10% of the time.

I implemented it with a full copy of the demo application folders, so I was surprised not to find anyone else in this issue on SO. Doesn't anyone see this? This happens on both of my test devices, and I cannot recreate it at all in any of the Google apps that have a box.

Any ideas on what might cause this? I can paste my code, but this is the same as the demo application. The only difference is that I have a box in my layout (two ListViews and a spinner, but I only populate one of the ListViews, as the demo application does).

EDIT: This can be recreated sequentially in the official demo application.

Video demo: http://youtu.be/aEVHannoYvQ

+4
source share
1 answer

There is an open problem in Android Tracker, Star it;)

Android Tracker (NavigationDrawer)

hope it will be fixed :)

EDIT: There seems to be a fix, read this: ClickMe

+2
source

Source: https://habr.com/ru/post/1496211/


All Articles