Fix crash when launching about phone v2 through intent
Change-Id: Ife6c24a7127fc9821760f9f5b58a33437711bc25 Fixes: 73971752 Test: atest
This commit is contained in:
@@ -28,7 +28,7 @@ public interface AccountFeatureProvider {
|
||||
/**
|
||||
* Checks whether or not to display the new About Phone page.
|
||||
*/
|
||||
default boolean isMeCardEnabled(Context context) {
|
||||
default boolean isAboutPhoneV2Enabled(Context context) {
|
||||
return FeatureFlagUtils.isEnabled(context, FeatureFlags.ABOUT_PHONE_V2);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user