Translations

This commit is contained in:
jens 2021-12-24 01:38:42 +01:00
parent 69283c5fea
commit ebfceee69f
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 113,
"versionName": "1.6.43-googlePlay",
"versionCode": 114,
"versionName": "1.7-googlePlay",
"outputFile": "app-googlePlayFlavor-release.apk"
}
],

View File

@ -301,7 +301,7 @@ public class ActivityDetectionReceiver extends IntentService implements Automati
* and some activities are hierarchical (ON_FOOT is a generalization of WALKING and RUNNING).
*/
ArrayList<Rule> allRulesWithActivityDetection = Rule.findRuleCandidatesByActivityDetection();
ArrayList<Rule> allRulesWithActivityDetection = Rule.findRuleCandidates(Trigger_Enum.activityDetection);
for(int i=0; i<allRulesWithActivityDetection.size(); i++)
{
if(allRulesWithActivityDetection.get(i).applies(Miscellaneous.getAnyContext()))