Loading src/com/android/contacts/common/interactions/ImportDialogFragment.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -95,7 +95,7 @@ public class ImportDialogFragment extends DialogFragment public void onCreate(Bundle savedInstanceState) { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); super.onCreate(savedInstanceState); setStyle(STYLE_NORMAL, R.style.ContactsAlertDialogThemeAppCompat); setStyle(STYLE_NORMAL, R.style.ContactsAlertDialogTheme); final Bundle args = getArguments(); final Bundle args = getArguments(); mSimOnly = args != null && args.getBoolean(EXTRA_SIM_ONLY, false); mSimOnly = args != null && args.getBoolean(EXTRA_SIM_ONLY, false); Loading Loading
src/com/android/contacts/common/interactions/ImportDialogFragment.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -95,7 +95,7 @@ public class ImportDialogFragment extends DialogFragment public void onCreate(Bundle savedInstanceState) { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); super.onCreate(savedInstanceState); setStyle(STYLE_NORMAL, R.style.ContactsAlertDialogThemeAppCompat); setStyle(STYLE_NORMAL, R.style.ContactsAlertDialogTheme); final Bundle args = getArguments(); final Bundle args = getArguments(); mSimOnly = args != null && args.getBoolean(EXTRA_SIM_ONLY, false); mSimOnly = args != null && args.getBoolean(EXTRA_SIM_ONLY, false); Loading