Removed transition animation in audioplayer
Caused a white box to appear in the bottom area of the screen (#484)
This commit is contained in:
parent
b69bd01fe7
commit
4002fc4bba
@ -343,7 +343,6 @@ public class AudioplayerActivity extends MediaplayerActivity implements ItemDesc
|
||||
} else {
|
||||
ft.add(R.id.contentView, currentlyShownFragment);
|
||||
}
|
||||
ft.setTransition(FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
|
||||
ft.disallowAddToBackStack();
|
||||
ft.commit();
|
||||
updateNavButtonDrawable();
|
||||
|
Loading…
x
Reference in New Issue
Block a user