v1.3.0: added a separate bindings window for controller
This commit is contained in:
@@ -88,7 +88,7 @@ public class Bundle {
|
||||
}
|
||||
|
||||
public boolean contains( String key ) {
|
||||
return !data.isNull( key );
|
||||
return !isNull() && !data.isNull( key );
|
||||
}
|
||||
|
||||
public boolean remove( String key ){
|
||||
|
||||
Reference in New Issue
Block a user