mobile-wallet
mobile-wallet copied to clipboard
fix: Convert inner class of Alert Dialog box to our class DialogBox
Summary: Our app still has some alert boxes extracted from the inner class in Android. But, since we have our own global alert box, I think all the alert boxes that was previously built using inner class can be converted.
Go ahead.
@luckyman20 @shiv07tiwari It is not possible to convert the code in CardFragment as it does not pass the Travis CI and the error is that the line crosses 100 lines.
@luckyman20 @shiv07tiwari It is not possible to convert the code in CardFragment as it does not pass the Travis CI and the error is that the line crosses 100 lines.
You can shorten the length by either making variable names shorter or by adding a new line between the line of code.
@Bhavnaharitsa please paste that code segment here

I guess you can observe the code crossing the line..that's where the gradle error shows @shiv07tiwari @luckyman20
@Bhavnaharitsa you can add a new line after the ',' to make it move to the next line.
@devansh-299 @luckyman20 @Bhavnaharitsa @shiv07tiwari if no one is working on this issue, can I take this up?
@devansh-299 can I work on this issue??
@devansh-299 can I work on this issue?? Sure go ahead
Closing as we moved purely on compose.