dev
This commit is contained in:
@@ -69,6 +69,12 @@ public class MogoStatusManager implements IMogoStatusManager {
|
||||
return get_bool_val( StatusDescriptor.USER_INTERACTED );
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean isSearchUIShow() {
|
||||
return get_bool_val( StatusDescriptor.SEARCH_UI );
|
||||
}
|
||||
|
||||
private boolean get_bool_val( StatusDescriptor descriptor ) {
|
||||
Boolean val = mStatus.get( descriptor );
|
||||
return val == null ? false : val;
|
||||
|
||||
Reference in New Issue
Block a user