Ensure queue pos view has enough room
This commit is contained in:
parent
ec9449a227
commit
6afb80d57c
@ -324,6 +324,7 @@ public class FullPlaybackActivity extends PlaybackActivity
|
||||
PlaybackService service = PlaybackService.get(this);
|
||||
mQueuePosView.setText((service.getTimelinePosition() + 1) + "/" + service.getTimelineLength());
|
||||
}
|
||||
mInfoTable.requestLayout(); // ensure queue pos column has enough room
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user