Tweak the UI (make it use the new user API) and bugfixes
This commit is contained in:
@@ -182,7 +182,7 @@ class BaseActivity(object):
|
||||
valid_kwargs = {}
|
||||
for k, v in kwargs.items():
|
||||
if v is None:
|
||||
break
|
||||
continue
|
||||
valid_kwargs[k] = v
|
||||
self._data.update(**valid_kwargs)
|
||||
|
||||
|
Reference in New Issue
Block a user