Loading core/java/android/app/DialogFragment.java +5 −1 Original line number Diff line number Diff line Loading @@ -363,9 +363,13 @@ public class DialogFragment extends Fragment case STYLE_NO_TITLE: mDialog.requestWindowFeature(Window.FEATURE_NO_TITLE); } if (mDialog != null) { return (LayoutInflater)mDialog.getContext().getSystemService( Context.LAYOUT_INFLATER_SERVICE); } return (LayoutInflater)mActivity.getSystemService( Context.LAYOUT_INFLATER_SERVICE); } /** * Override to build your own custom Dialog container. This is typically Loading Loading
core/java/android/app/DialogFragment.java +5 −1 Original line number Diff line number Diff line Loading @@ -363,9 +363,13 @@ public class DialogFragment extends Fragment case STYLE_NO_TITLE: mDialog.requestWindowFeature(Window.FEATURE_NO_TITLE); } if (mDialog != null) { return (LayoutInflater)mDialog.getContext().getSystemService( Context.LAYOUT_INFLATER_SERVICE); } return (LayoutInflater)mActivity.getSystemService( Context.LAYOUT_INFLATER_SERVICE); } /** * Override to build your own custom Dialog container. This is typically Loading