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);
}
Aggregations