Search in sources :

Example 1 with BarcodeNotFoundDialog

use of org.musicbrainz.mobile.dialog.BarcodeNotFoundDialog in project musicbrainz-android by jdamcd.

the class ReleaseActivity method showBarcodeNotFoundDialog.

private void showBarcodeNotFoundDialog() {
    DialogFragment barcodeNotFound = new BarcodeNotFoundDialog();
    barcodeNotFound.show(getSupportFragmentManager(), BarcodeNotFoundDialog.TAG);
}
Also used : BarcodeNotFoundDialog(org.musicbrainz.mobile.dialog.BarcodeNotFoundDialog) DialogFragment(android.support.v4.app.DialogFragment)

Aggregations

DialogFragment (android.support.v4.app.DialogFragment)1 BarcodeNotFoundDialog (org.musicbrainz.mobile.dialog.BarcodeNotFoundDialog)1