-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sample app to show usState of PAN (#134)
* Update sample app to show usState of PAN The change of adding `details` to `ElementState` by making `ElementState` generic appears to be non-breaking becasue the compiler did not complain before making this commit (i.e. before modify the sample app). * Have launch darkly block main thread for up to 1s We're noticing in production that GoPuff Android apps are not respecting dynamic feature flag values. We played around with this in dev and it appeared that LDClient was reading the default VGS flag becuase we were not giving it any time to fetch the latest feature flag values. We're trying to be a bit descrite with this change because we don't think it will cause any issues and we think GoPuff may overreact a bit if they learn we're allowing Forage to block the main thread
- Loading branch information
1 parent
440d709
commit c351e7a
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters