crm76
Results
2
issues of
crm76
Given /seg/{opt?:int} Navigating to /seg/1 works. But navigating to /seg does not (404). Removing the constraint (:int) works as expected.
It would be nice to control if it's cancelable. For my needs, I quickly changed show() to return the DialogFragment so I could set isCancelable like so... val alert =...