Phone crashes and Unable to access any call settings on Phone
app(Voicemail,SIP calling,Wificalling,Call forwarding)

Bug: 30210645
Change-Id: Ie7dc288e8ef96979d2ee5ddc3554f7dd520136e5
diff --git a/src/com/android/phone/CallFeaturesSetting.java b/src/com/android/phone/CallFeaturesSetting.java
index 47a8899..69e17f6 100644
--- a/src/com/android/phone/CallFeaturesSetting.java
+++ b/src/com/android/phone/CallFeaturesSetting.java
@@ -198,6 +198,7 @@
 
     @Override
     protected void onPause() {
+        super.onPause();
         TelephonyManager telephonyManager =
                 (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
         telephonyManager.listen(mPhoneStateListener, PhoneStateListener.LISTEN_NONE);