Skip to content

Commit 1df095b

Browse files
committed
feat: Update example
Signed-off-by: Gaurav Goel <[email protected]>
1 parent afa2847 commit 1df095b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/web3auth/app/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class MainActivity : AppCompatActivity(), AdapterView.OnItemClickListener {
353353
override fun onResume() {
354354
super.onResume()
355355
if (Web3Auth.getCustomTabsClosed()) {
356-
Toast.makeText(this, "User closed the browser.", Toast.LENGTH_SHORT).show()
356+
Toast.makeText(this, "User closes the browser.", Toast.LENGTH_SHORT).show()
357357
web3Auth.setResultUrl(null)
358358
Web3Auth.setCustomTabsClosed(false)
359359
}

0 commit comments

Comments
 (0)