mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Fix comment again
This commit is contained in:
parent
c3209d817d
commit
ba0aff41a7
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ public class ShareFileFragment extends Fragment implements ShareUserListAdapter.
|
|||
}
|
||||
|
||||
|
||||
// BEWARE: next methods will fail with NullPointerException if called before onCreateView() finishes
|
||||
// BEWARE: following methods will fail with NullPointerException if called before onCreateView() finishes
|
||||
|
||||
private SwitchCompat getShareViaLinkSwitch() {
|
||||
return (SwitchCompat) getView().findViewById(R.id.shareViaLinkSectionSwitch);
|
||||
|
|
Loading…
Reference in a new issue