Ensure queue pos view has enough room

This commit is contained in:
Christopher Eby 2012-03-13 14:48:37 -05:00
parent ec9449a227
commit 6afb80d57c

View File

@ -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