refactor: make linter happy
This commit is contained in:
@@ -23,7 +23,7 @@ object IntentUtils {
|
||||
* Returns a raw payment URI string if the intent carries one, else null.
|
||||
*
|
||||
* Handles:
|
||||
* - ACTION_VIEW with a recognised scheme (BTCPay "Pay in wallet", browser links)
|
||||
* - ACTION_VIEW with a recognized scheme (BTCPay "Pay in wallet", browser links)
|
||||
* - ACTION_SEND with text/plain (share sheet from another app)
|
||||
*/
|
||||
fun extractPaymentUri(intent: Intent?): String? {
|
||||
|
||||
Reference in New Issue
Block a user