Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
feat: Browser 접근제한자 internal 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
jisungbin committed Oct 29, 2022
1 parent 9915da0 commit 890dc56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import androidx.annotation.ColorInt
import androidx.browser.customtabs.CustomTabsIntent


object Browser {
internal object Browser {
private val customTabsIntent = CustomTabsIntent.Builder().build()

fun open(
Expand Down

0 comments on commit 890dc56

Please sign in to comment.