mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-23 05:11:14 +01:00
ba97985b55
The URIs (Document ID + Root) of the Skyline `DocumentsProvider` was unoptimal as it wasn't relative to a base directory. This is required for opening a root without knowledge of the full path in advance, it is therefore cleaner to provide a uniform `ROOT_ID` in a companion class.