Notification Bar flashes in Android N during Activity Transition

Iron Hulk

New member
Jun 8, 2017
1
0
0
The notification bar flashes in Android N when moving from one activity to another.

I remove the title bar and add a custom title bar to each activity.

The below code is used to remove title bar:

this.requestWindowFeature(Window.FEATURE_NO_TITLE);

I tried to override the transision in my code using

overridePendingTransition(0,0);

This works in Android 6 but not in Android 7.
 

Latest posts

Trending Posts

Forum statistics

Threads
957,611
Messages
6,973,755
Members
3,163,864
Latest member
Tdoperfdu