Exemplo n.º 1
0
 private void setImage() {
   setStateFromView();
   hideIME();
   SelectImageDialogFragment selectImageDialogFragment = new SelectImageDialogFragment();
   DialogHelper.showDialog(getActivity(), selectImageDialogFragment);
 }
Exemplo n.º 2
0
 private void openPostMenu() {
   setStateFromView();
   hideIME();
   PostMenuDialogFragment menuDialogFragment = new PostMenuDialogFragment();
   DialogHelper.showDialog(getActivity(), menuDialogFragment, PostMenuDialogFragment.TAG);
 }