We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e361732 commit ada6e7fCopy full SHA for ada6e7f
1 file changed
app/src/main/java/eu/postgresql/android/conferencescanner/MainActivity.java
@@ -678,6 +678,9 @@ else if (api.GetScanType() == ScanType.SPONSORBADGE) {
678
protected void onPostExecute(Void success) {
679
progressBar.setVisibility(View.INVISIBLE);
680
681
+ if (skip)
682
+ return;
683
+
684
if (confname == null) {
685
ErrorBox("Could not get conference name",
686
String.format("Failed to get the name of the conference:\n%s", api.LastError()));
0 commit comments