startActivity package name fix

This commit is contained in:
2025-12-17 23:22:14 +01:00
parent 63264fcf9b
commit 91fdef99c3
6 changed files with 41 additions and 39 deletions

View File

@@ -11,4 +11,5 @@
* Fixed: Added waiting period for vibrations and separate thread for trying a sequence.
* Fixed: Buttons in NFC screen weren't enabled.
* Fixed: NFC tag triggers didn't cause a second execution if a tag was removed and presented again.
* Fixed: Package name in startActivity action was incorrectly set to an empty String instead of leaving it as null. That sometimes caused startActivity to have no effect.
* Added Possibility to select UI theme, hence enabling modern UI designs