We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49252a9 commit 831a0b9Copy full SHA for 831a0b9
app/src/main/java/com/ishacker/exploit/sub_module/MainActivity.kt
@@ -114,8 +114,6 @@ private fun checkPatch() {
114
val builder = AlertDialog.Builder(this)
115
builder.setTitle("Enter package name")
116
builder.setMessage("Enter the package name of the app which has been patched with the backdoor:")
117
-
118
- // Inflate the custom layout for the input field
119
val inflater = LayoutInflater.from(this)
120
val view = inflater.inflate(R.layout.dialog, null)
121
val editText = view.findViewById<EditText>(R.id.editTextUserInput)
0 commit comments