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