Added details in AboutFragment about SMI
This commit is contained in:
@@ -47,6 +47,12 @@ class AboutFragment : Fragment() {
|
||||
|
||||
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
|
||||
super.onViewCreated(view, savedInstanceState)
|
||||
// binding.linkClick.setOnClickListener {
|
||||
// val url = "https://sminnovations.in/"
|
||||
// val intent = Intent(Intent.ACTION_VIEW)
|
||||
// intent.data = Uri.parse(url)
|
||||
// startActivity(intent)
|
||||
// }
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user