Fix comment again

This commit is contained in:
AndyScherzinger 2018-05-29 09:14:22 +02:00
parent c3209d817d
commit ba0aff41a7
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -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);