Closed rkdarst closed 8 years ago
As discussed, we can disable the left sidebar when the configuration is locked.
Here is the logic used to decide if the study should be locked:
if (Aware.getSetting(getApplicationContext(), "study_id").length() > 0)
This logic can be applied to disable the left sidebar and anything else that may need to be hidden.
Yes, this makes sense. I'll do this.
Fixed in latest.
As discussed, we can disable the left sidebar when the configuration is locked.
Here is the logic used to decide if the study should be locked:
if (Aware.getSetting(getApplicationContext(), "study_id").length() > 0)
This logic can be applied to disable the left sidebar and anything else that may need to be hidden.