Have LocalEchoWrapper emit updates so the app can react faster (#7358)
This commit is contained in:
parent
feea80dfd5
commit
9ed771ad7a
8 changed files with 30 additions and 16 deletions
|
@ -33,7 +33,7 @@ export default class DeviceSettingsHandler extends SettingsHandler {
|
|||
* @param {string[]} featureNames The names of known features.
|
||||
* @param {WatchManager} watchers The watch manager to notify updates to
|
||||
*/
|
||||
constructor(private featureNames: string[], private watchers: WatchManager) {
|
||||
constructor(private featureNames: string[], public readonly watchers: WatchManager) {
|
||||
super();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue