优化基础布局
This commit is contained in:
@@ -142,6 +142,16 @@ public class MogoStatusManager implements IMogoStatusManager {
|
||||
return get_bool_val( StatusDescriptor.MEDIA_PLAYER_STATUS );
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isCallViewShow() {
|
||||
return get_bool_val(StatusDescriptor.CALL_VIEW);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setCallViewShow(String tag, boolean status) {
|
||||
doSetStatus(tag,StatusDescriptor.CALL_VIEW,status);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setMediaPlayStatus(String tag, boolean status) {
|
||||
doSetStatus(tag, StatusDescriptor.MEDIA_PLAYER_STATUS, status);
|
||||
|
||||
Reference in New Issue
Block a user