f7fa542eb69b598ac014bb9b54b9e5b105c51e59
This occurred this because the files preference was initialized during displayPreference(), but the volume used to initialize it was not being set until after the displayPreference() call. In this case, the files preference would hide itself and never come back. This fixes this by double-checking the Files visibility status whenever we set the volume. Change-Id: I0b1a7a9566e9caece39ec58706fbca034ef4c1c2 Fixes: 37790776 Test: Settings robotest
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%