"Application Closed" trigger does not work as expectet

di_gro

New member
Hello all,
problem is, my ui-based camera hotkey (volume down) for making a picture is not working while one specific makro is using the volume down key.
Best would be finding a solution to that. But i thought of the following workaround:

Stop Makro if camera ist active. << that one works
Start Makro if camera is not active (not actually on the Screen) << that one doesnt work

It does not even work, when the camera is closed completely and i dont have a clue...
if i got it right, the trigger should fire, when the camera is put into background by any other app or start screen, or is it?

so how do i get it right?

I also tried different approaches than in the attached file.
Different if, else if, layouts and app disabled trigger instead of the trigger not fired setup.
 

Attachments

  • photo_5353071144531511930_y.jpg
    photo_5353071144531511930_y.jpg
    83.5 KB · Views: 11
Last edited:

di_gro

New member
(solved)
It works, when i make two macros.
just simple one trigger and one action each.

I still dont get, why the if thing doesnt work.
Is it comsuming more battery, if its two makros, over having one makro for the task?
 

Andydroid

Member
Hello all,
problem is, my ui-based camera hotkey (volume down) for making a picture is not working while one specific makro is using the volume down key.
Best would be finding a solution to that. But i thought of the following workaround:

Stop Makro if camera ist active. << that one works
Start Makro if camera is not active (not actually on the Screen) << that one doesnt work

It does not even work, when the camera is closed completely and i dont have a clue...
if i got it right, the trigger should fire, when the camera is put into background by any other app or start screen, or is it?

so how do i get it right?

I also tried different approaches than in the attached file.
Different if, else if, layouts and app disabled trigger instead of the trigger not fired setup.
The logic in the macro isn't right: the second IF statement will never be true because you only have one trigger (Application Launched)- you probably want a second trigger, Application Closed...
 
Top