We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45b4a3 commit 17017adCopy full SHA for 17017ad
app/src/main/java/com/flutterwave/rave_android/MainActivity.java
@@ -245,7 +245,6 @@ private void addVendorDialog(){
245
LayoutInflater inflater = this.getLayoutInflater();
246
View dialogView = inflater.inflate(R.layout.add_vendor_layout, null);
247
dialogBuilder.setView(dialogView);
248
- final String[] vendorDetails={null,null};
249
final EditText vendorReferenceET = (EditText) dialogView.findViewById(R.id.vendorReferecnceET);
250
final EditText vendorRatioET = (EditText) dialogView.findViewById(R.id.vendorRatioET);
251
Button addVendorBtn = (Button) dialogView.findViewById(R.id.doneDialogBtn);
0 commit comments