Removed transition animation in audioplayer

Caused a white box to appear in the bottom area of the screen (#484)
This commit is contained in:
daniel oeh 2014-08-11 19:40:23 +02:00
parent b69bd01fe7
commit 4002fc4bba

View File

@ -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();