Skip to content

Commit 487f1bb

Browse files
committedOct 27, 2017
broken link fixed
1 parent 8bb6dde commit 487f1bb

37 files changed

+1
-1
lines changed
 
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎17-SeventeenthClsas/app/src/main/java/com/hellohasan/seventeenthclass/LocationService.java ‎17-SeventeenthClass/app/src/main/java/com/hellohasan/seventeenthclass/LocationService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ public void run() {
9292
Toast.makeText(getApplicationContext(), "GPS not found", Toast.LENGTH_SHORT).show();
9393
}
9494

95-
9695
}
9796

9897
});
@@ -113,6 +112,7 @@ public void getLocation () {
113112
// to handle the case where the user grants the permission. See the documentation
114113
// for ActivityCompat#requestPermissions for more details.
115114
Logger.d("Location permission issue");
115+
Toast.makeText(getApplicationContext(), "Location permission denied", Toast.LENGTH_SHORT).show();
116116
return;
117117
}
118118

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.