Turns out the good old @null
works
<argument
android:name="profile_id"
android:defaultValue="@null"
app:argType="string"
app:nullable="true" />
Turns out the good old @null
works
<argument
android:name="profile_id"
android:defaultValue="@null"
app:argType="string"
app:nullable="true" />