Skip to content

Commit 98f9b94

Browse files
minor formattings
1 parent 0faa786 commit 98f9b94

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/com/owncloud/android/ui/fragment/ShareFileFragment.java

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)