Google shit again.

This commit is contained in:
2021-03-20 02:44:27 +01:00
parent a693ced32e
commit 4a2a1a0550
9 changed files with 39 additions and 16 deletions

View File

@@ -502,7 +502,7 @@ public class ActivityManageRule extends Activity
String[] booleanChoices = null;
if(triggerType == Trigger_Enum.pointOfInterest)
{
if(Miscellaneous.googleToBlameForLocation())
if(Miscellaneous.googleToBlameForLocation(false))
{
ActivityMainScreen.openGoogleBlamingWindow();
return;