Skip to content

Commit f7e38d9

Browse files
author
ehowlsla
committed
flutter 지원
1 parent 3e2c9ae commit f7e38d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootpay/src/main/java/kr/co/bootpay/BootpayFlutterActivity.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package kr.co.bootpay;
22

3-
import android.app.Activity;
3+
import android.support.v7.app.AppCompatActivity;
44

55
import kr.co.bootpay.listner.EventListener;
66

7-
public class BootpayFlutterActivity extends Activity implements EventListener {
7+
public class BootpayFlutterActivity extends AppCompatActivity implements EventListener {
88

99

1010
@Override

0 commit comments

Comments
 (0)