diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2014-08-11 19:40:23 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2014-08-11 19:40:23 +0200 |
commit | 4002fc4bbaf311d8c2fbb9dda7026bcba96c4c3a (patch) | |
tree | 0b008de562ad06cc60b1c1decdee21a3b8692f66 | |
parent | b69bd01fe752839b4e0f2e7a5ef9822324d6955d (diff) | |
download | AntennaPod-4002fc4bbaf311d8c2fbb9dda7026bcba96c4c3a.zip |
Removed transition animation in audioplayer
Caused a white box to appear in the bottom area of the screen (#484)
-rw-r--r-- | src/de/danoeh/antennapod/activity/AudioplayerActivity.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/activity/AudioplayerActivity.java b/src/de/danoeh/antennapod/activity/AudioplayerActivity.java index 50f5d8f2e..7a361f4a8 100644 --- a/src/de/danoeh/antennapod/activity/AudioplayerActivity.java +++ b/src/de/danoeh/antennapod/activity/AudioplayerActivity.java @@ -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(); |