Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudMabrok committed Oct 26, 2024
1 parent aa3c586 commit 5713974
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ fun Int.getSuraNameFromIndex(): String {
return Data.SURA_NAMES[this - 1].orEmpty()
}


inline fun <T : ViewBinding> AppCompatActivity.viewBinding(
crossinline bindingInflater: (LayoutInflater) -> T) =
crossinline bindingInflater: (LayoutInflater) -> T
) =
lazy(LazyThreadSafetyMode.NONE) {
bindingInflater.invoke(layoutInflater)
}

0 comments on commit 5713974

Please sign in to comment.