Hide extra info on slide expansion
This commit is contained in:
parent
9e42e86296
commit
3acaebc90b
@ -654,4 +654,12 @@ public class FullPlaybackActivity extends SlidingPlaybackActivity
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onSlideFullyExpanded(boolean expanded) {
|
||||
super.onSlideFullyExpanded(expanded);
|
||||
if (expanded)
|
||||
setExtraInfoVisible(false);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user