reformat
This commit is contained in:
parent
1df528c0dc
commit
afa960c808
171 changed files with 3458 additions and 1915 deletions
|
@ -32,7 +32,11 @@ abstract class WebViewBottomDialog : BottomSheetDialogFragment() {
|
|||
|
||||
val cookies: CookieManager = CookieManager.getInstance()
|
||||
|
||||
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View {
|
||||
override fun onCreateView(
|
||||
inflater: LayoutInflater,
|
||||
container: ViewGroup?,
|
||||
savedInstanceState: Bundle?
|
||||
): View {
|
||||
_binding = BottomSheetWebviewBinding.inflate(inflater, container, false)
|
||||
return binding.root
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue