Do not send PNI-hello-worlds for new installs.

This commit is contained in:
Greyson Parrelli 2024-06-24 13:12:21 -04:00
parent a4077ccb4a
commit 34a4bda331

View file

@ -156,7 +156,7 @@ class MiscellaneousValues internal constructor(store: KeyValueStore) : SignalSto
/** /**
* Whether or not we've done the initial "PNP Hello World" dance. * Whether or not we've done the initial "PNP Hello World" dance.
*/ */
var hasPniInitializedDevices by booleanValue(PNI_INITIALIZED_DEVICES, false) var hasPniInitializedDevices by booleanValue(PNI_INITIALIZED_DEVICES, true)
/** /**
* Whether or not the user has linked devices. * Whether or not the user has linked devices.