Fix flag check for preserve settings feature
getApplicationContext() returns null when calling to get Context object to pass to FeatureFlagUtils.isEnabled(). Replace with getBaseContext() Test: Verify the context is not null through logs Change-Id: I0c27c5bc09e3fc84abeafb0a4ead3357cacc3d2a
Loading
Please register or sign in to comment