Fix: Increase SecondaryMaatouchBuilder to contact=2

This commit is contained in:
LmeSzinc 2024-07-06 01:02:18 +08:00
parent 8d3a700f2e
commit e327371c8a

View File

@ -16,7 +16,7 @@ class SecondaryMaatouchBuilder(maatouch.MaatouchBuilder):
"""
Click on secondary contact to avoid interruption of real-person contact
"""
super().__init__(device, contact=1, handle_orientation=handle_orientation)
super().__init__(device, contact=2, handle_orientation=handle_orientation)
maatouch.MaatouchBuilder = SecondaryMaatouchBuilder