Skip to content

Commit

Permalink
Fixed Unexpected indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitMaliDeveloper committed Feb 2, 2023
1 parent 67fbbc2 commit 711c719
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -60,7 +60,8 @@ class ExternalLinkOpener @Inject constructor(
{
sharedPreferenceUtil.putPrefExternalLinkPopup(false)
openLink(intent)
}, url = URL(intent.data.toString())
},
url = URL(intent.data.toString())
)
}

Expand Down

0 comments on commit 711c719

Please sign in to comment.