This changes the public API a bit, so that recording activity (the most common use) is less involved.
* Fix subscription leak * Update src/Explorer/SplashScreen/SplashScreen.tsx Co-authored-by: Laurent Nguyen <laurent.nguyen@microsoft.com> * Array needs to exist in the first place Co-authored-by: Laurent Nguyen <laurent.nguyen@microsoft.com>
This also moves the UI concerns of MostRecentActivity over to SplashScreen Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
Merge SplashScreenComponentAdapter and SplashScreenComponent into one SplashScreen React component.