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 750b43e commit 77ff29dCopy full SHA for 77ff29d
app/src/main/java/com/flutterwave/rave_android/MainActivity.java
@@ -194,7 +194,7 @@ private void validateEntries() {
194
}
195
196
if (valid) {
197
- RavePayManager manager = new RavePayManager(this).setAmount(Double.parseDouble(amount))
+ new RavePayManager(this).setAmount(Double.parseDouble(amount))
198
.setCountry(country)
199
.setCurrency(currency)
200
.setEmail(email)
@@ -222,7 +222,6 @@ private void validateEntries() {
222
// .withTheme(R.style.TestNewTheme)
223
.initialize();
224
225
- manager.getAppComponent();
226
227
228
0 commit comments