Skip to content

Commit

Permalink
fix minor issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal2376 committed Aug 22, 2023
1 parent f3a203a commit b76c24a
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.vishal2376.gitcoach.fragments

import android.content.Intent
import android.net.Uri
import android.os.Bundle
import android.view.LayoutInflater
import android.view.View
Expand All @@ -26,13 +24,6 @@ class CommunityFragment : Fragment() {
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)

binding.tvDiscussionLink.setOnClickListener {
val discussionLink = "https://github.com/vishal2376/git-coach/issues/5"
val intent = Intent(
Intent.ACTION_VIEW, Uri.parse(discussionLink)
)
startActivity(intent)
}
}

override fun onDestroyView() {
Expand Down

0 comments on commit b76c24a

Please sign in to comment.