|
@@ -89,7 +89,7 @@ public class CPDFContextMenuHelper extends CPDFContextMenuShowHelper {
|
|
|
|
|
|
public CPDFContextMenuHelper(CPDFViewCtrl pdfView, ContextMenuProviderParams params) {
|
|
|
super(pdfView.getCPdfReaderView());
|
|
|
- if (pdfView.getCPDFConfiguration() != null && pdfView.getCPDFConfiguration().globalConfig != null){
|
|
|
+ if (pdfView.getCPDFConfiguration() != null && pdfView.getCPDFConfiguration().annotationsConfig != null){
|
|
|
annotationAuthor = pdfView.getCPDFConfiguration().annotationsConfig.annotationAuthor;
|
|
|
}
|
|
|
this.helperParams = params;
|