Skip to content

Commit fc40fd1

Browse files
committed
Commit 3
1 parent 1fd7b74 commit fc40fd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/xncoder/advanceprotection/SmsReceiver.java

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public void onLocationResult(LocationResult locationResult) {
114114
}
115115
}
116116
};
117-
// while(new SaveLocation(context).getLocationLink() == null)
118117
fusedLocationProviderClient.requestLocationUpdates(locationRequest, locationCallback, null);
119118
String message = "Secure Mode get location\nLink : " + new SaveLocation(context).getLocationLink();
120119
smsManager.sendTextMessage(sender, null, message, sentPendingIntent, null);

0 commit comments

Comments
 (0)