Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app/proguard-rules.pro: Keep TreeDocumentFile constructor
We call it via reflection in our faster DocumentFile extensions and the first parameter was being optimized out in release builds because it is always null in the usages that R8 is able to analyze. Related-to: #257 Fixes: #260 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
- Loading branch information