com.mle.android.ui

dialogs

package dialogs

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractDialog extends DialogFragment with BaseDialogFragment

  2. trait AsyncDialog extends DialogFragment

    This does not work well when a user rotates the screen while the dialog is open: Android ensures the dialog itself is shown, but any code waiting for the future to complete will wait a very long time.

  3. trait BaseDialogFragment extends DialogFragment

Ungrouped