Skip to content

Commit

Permalink
hide file listing switch visibility fix when share link gets deactivated
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Sep 1, 2016
1 parent 738c491 commit b64e41f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ public void onClick(View v) {
getExpirationDateSection().setVisibility(View.GONE);
getPasswordSection().setVisibility(View.GONE);
getEditPermissionSection().setVisibility(View.GONE);
getHideFileListingPermissionSection().setVisibility(View.GONE);
getGetLinkButton().setVisibility(View.GONE);
}
}
Expand Down

0 comments on commit b64e41f

Please sign in to comment.