Skip to content

[細かい指摘]kotlinのstyleを適用する #2

Description

@nabetarojp

あなたの改善要求はどんな問題に関連していますか?
kotlinのcoding styleに多少改善の余地があると思います😀

解決目的
一般的なcoding styleを適用しコードの一貫性が担保される

検討した代替案
kotlinのproperty access syntaxを適用する

before

mWebView.setWebViewClient(WebViewClient())

after

mWebView.webViewClient = WebViewClient()

補足

  • ReadmeFragmentの22行目などで確認しました🙇🏼‍♂️

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions