no progress dialog for bind action in view key / yubikey fragment

This commit is contained in:
Vincent Breitmoser
2015-07-08 02:30:06 +02:00
parent 3af97bf0e6
commit c01c71ba68

View File

@@ -77,7 +77,7 @@ public class ViewKeyYubiKeyFragment
}
public ViewKeyYubiKeyFragment() {
super(R.string.progress_processing);
super(null);
}
@Override