File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
src/com/owncloud/android/ui/fragment Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -489,19 +489,16 @@ private void initEditPermissionListener(View shareView) {
489489 * @param shareView Root view in the fragment.
490490 */
491491 private void initHideFileListingListener (View shareView ) {
492- mOnHideFileListingPermissionInteractionListener =
493- new OnHideFileListingPermissionInteractionListener ();
492+ mOnHideFileListingPermissionInteractionListener = new OnHideFileListingPermissionInteractionListener ();
494493
495494 ((SwitchCompat ) shareView .findViewById (R .id .shareViaLinkHideListPermissionSwitch )).
496495 setOnCheckedChangeListener (mOnHideFileListingPermissionInteractionListener );
497-
498496 }
499497
500498 /**
501499 * Listener for user actions that start any update on the edit permissions for the public link.
502500 */
503- private class OnEditPermissionInteractionListener
504- implements CompoundButton .OnCheckedChangeListener {
501+ private class OnEditPermissionInteractionListener implements CompoundButton .OnCheckedChangeListener {
505502
506503 /**
507504 * Called by R.id.shareViaLinkEditPermissionSwitch to set or clear the edit permission.
You can’t perform that action at this time.
0 commit comments