Skip to content

Commit

Permalink
Refactor HomeActivity.java
Browse files Browse the repository at this point in the history
Removed empty comment
  • Loading branch information
amrhossamdev authored and aaronbrethorst committed Mar 22, 2024
1 parent 3df18c7 commit 5a51e9a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1988,7 +1988,6 @@ public void onValidRegion(boolean isValid) {
if(isValid){
makeWeatherRequest();
}else{
//
weatherView.setVisibility(View.GONE);
weatherResponse = null;
}
Expand Down

0 comments on commit 5a51e9a

Please sign in to comment.