Currently, when you display multiple printers at once, all of them will show the input indicator when the last printer finished revealing its text. It looks kind of weird and I want the input indicator to be shown on the last printer only. Any suggestion on how to go with this is appreciated.
Disable input indicator on the non-active printer.
-
- admin
- Posts: 541
- Joined: 11 May 2020 18:03
Re: Disable input indicator on the non-active printer.
You'll probably need a custom printer implementation for that. Check how the indicator visibility is handled in the built-in ones and override the method.
-
- Posts: 5
- Joined: 16 Jan 2021 17:15
Re: Disable input indicator on the non-active printer.
Thank you, I found that part of the code now. I'll try doing that and come back with a working code later. For now I'll just use an invisible indicator as a placeholder.