Fix display of "Rest" notes on first start
More details here: #21 (closed).
The problem arises that after the first initialization of __rest_model
, we don't invalidate the view, thus the model isn't rendered UI and we still see the empty list widget. The solution was to call the invalidate_view()
method right after the initialization of __rest_model
in the add_to_store()
method.
I tested the fix and now the problem is solved.
Close #21 (closed)
Edited by Yaroslav Pronin