Skip to content

Commit 17017ad

Browse files
committed
removes redundant array variable in MainActivity
1 parent e45b4a3 commit 17017ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/src/main/java/com/flutterwave/rave_android/MainActivity.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ private void addVendorDialog(){
245245
LayoutInflater inflater = this.getLayoutInflater();
246246
View dialogView = inflater.inflate(R.layout.add_vendor_layout, null);
247247
dialogBuilder.setView(dialogView);
248-
final String[] vendorDetails={null,null};
249248
final EditText vendorReferenceET = (EditText) dialogView.findViewById(R.id.vendorReferecnceET);
250249
final EditText vendorRatioET = (EditText) dialogView.findViewById(R.id.vendorRatioET);
251250
Button addVendorBtn = (Button) dialogView.findViewById(R.id.doneDialogBtn);

0 commit comments

Comments
 (0)