Skip to content

Commit acb6d49

Browse files
author
Tyschenko
committed
Issue 2190: Replace android.support.v7.app.AlertDialog with a android.app.AlertDialog
1 parent 0d6ade9 commit acb6d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/reactnativecommunity/webview/extension/file/TapjackingPreventionAlertDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.reactnativecommunity.webview.extension.file
22

3+
import android.app.AlertDialog
34
import android.content.Context
4-
import android.support.v7.app.AlertDialog
55

66
/**
77
* For the first 500ms disabled Positive button to prevent accidental taps

0 commit comments

Comments
 (0)