Skip to content

Commit c77a98e

Browse files
committed
Final
1 parent 2f0172b commit c77a98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/pspdfkit/flutter/pspdfkit/PspdfkitPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private PspdfkitPlugin(Registrar registrar) {
7777
* Plugin registration.
7878
*/
7979
public static void registerWith(Registrar registrar) {
80-
MethodChannel channel = new MethodChannel(registrar.messenger(), "pspdfkit");
80+
final MethodChannel channel = new MethodChannel(registrar.messenger(), "pspdfkit");
8181
PspdfkitPlugin pspdfkitPlugin = new PspdfkitPlugin(registrar);
8282
channel.setMethodCallHandler(pspdfkitPlugin);
8383
eventDispatcher.setChannel(channel);

0 commit comments

Comments
 (0)