Skip to content

Commit 3b75b36

Browse files
committed
Add missing import to fix access to R
1 parent e00cc5a commit 3b75b36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

android/src/main/java/com/pdftron/pdftronflutter/helpers/PluginUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
package com.pdftron.pdftronflutter.helpers;
22

3+
import com.pdftron.pdftronflutter;
4+
35
import android.content.ContentResolver;
46
import android.content.Context;
57
import android.graphics.Color;

0 commit comments

Comments
 (0)