Skip to content

Commit

Permalink
fix tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 committed Aug 16, 2024
1 parent 9c7c7af commit 443e9e1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@ class BellDashboardFragment : BaseDashboardFragment() {

if (canReachServer) {
serverReachable = true
Log.d(TAG, "Server reachable: $serverUrl")
Log.d("bellDashboard", "Server reachable: $serverUrl")
fragmentHomeBellBinding.cardProfileBell.imageView.borderColor = ContextCompat.getColor(requireActivity(), R.color.green)
break
}
}

if (!serverReachable) {
Log.d(TAG, "No server reachable")
Log.d("bellDashboard", "No server reachable")
fragmentHomeBellBinding.cardProfileBell.imageView.borderColor = ContextCompat.getColor(requireActivity(), R.color.md_yellow_600)
}
}
Expand Down

0 comments on commit 443e9e1

Please sign in to comment.