You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ui/src/main/java/io/snabble/sdk/ui/payment/PaymentCredentialsListView.java
+4-7
Original file line number
Diff line number
Diff line change
@@ -100,14 +100,11 @@ public void click() {
100
100
if (p == null) {
101
101
p = Snabble.getInstance().getCheckedInProject().getValue();
102
102
}
103
-
104
-
if (p == null) {
105
-
thrownewIllegalStateException("Cannot get current project. Did you forget to set the projectId to the PaymentCredentialsListFragment or PaymentCredentialsListView?");
0 commit comments