Tweak the UI (make it use the new user API) and bugfixes

This commit is contained in:
Thomas Sileo
2018-06-03 11:41:18 +02:00
parent ef5b32a33c
commit 7db48800a2
5 changed files with 20 additions and 42 deletions

View File

@@ -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)