Possible bug? (A macro affecting another's Local vars)

Good afternoon! I'm posting this thread mainly because I think that a strange bug has just occurred. Nothing serious, but it's quite interesting.
Today, I made two macros:
The first one to track my notifications, dividing them by app and counting each one;
The second to track my phone app usage, day by day and overall, also summing the total screen time I've had.

For each one, I created a dictionary to store the numbers, named accordingly.

What really caught me off guard was when I was finishing the second one and a notification triggered the first. A new dictionary (with the same name) from the first macro appeared in the variables of the second one, LOL.

I tried to find out how it happened, but I couldn't figure it out. But there's something in the logs. BTW, here are the screenshots:

PS: I tried deleting the intruder variable on the second macro, but it's useless. The first macro ignores its own dictionary (just this one specifically, the others works fine) and recreates it on the second one.
 

Attachments

  • Screenshot_20240408_145101_MacroDroid.jpg
    Screenshot_20240408_145101_MacroDroid.jpg
    441.7 KB · Views: 6
  • Screenshot_20240408_145031_MacroDroid.jpg
    Screenshot_20240408_145031_MacroDroid.jpg
    478 KB · Views: 6
  • Screenshot_20240408_151128_MacroDroid.jpg
    Screenshot_20240408_151128_MacroDroid.jpg
    1.4 MB · Views: 6
Last edited:

Endercraft

Moderator (& bug finder :D)
Seems like you encountered a rare case of "bug that doesn't makes any sense and apparently has something to do with parallel universes"! (I have no idea how I came up with that one.)

Please report the bug using the report bug button in the troubleshooting section of the app.
 
Top