Skip to content

Commit 831a0b9

Browse files
authored
Removed unnecessary comments
1 parent 49252a9 commit 831a0b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/ishacker/exploit/sub_module/MainActivity.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ private fun checkPatch() {
114114
val builder = AlertDialog.Builder(this)
115115
builder.setTitle("Enter package name")
116116
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
119117
val inflater = LayoutInflater.from(this)
120118
val view = inflater.inflate(R.layout.dialog, null)
121119
val editText = view.findViewById<EditText>(R.id.editTextUserInput)

0 commit comments

Comments
 (0)