Skip to content

Fixed re-initialization of scopes when screen rotation

When screen rotation Fragmant.onCreate() is calling every time. And every time the initScope() method has called after screen rotation. I fixed it. Now initScope() called once by first access to property scopeName. For it i have created a delegate ScopeNameDelegate.

Merge request reports