How should I pass in null
as default value for a String argument such as this:
<argument
android:name="profile_id"
android:defaultValue="???"
app:argType="string"
app:nullable="true" />
If the argument is nullable there should be a way to pass in null
right?