There is a error in 20.8.2 about "?"

The priority of “+” is high than “??”, so android:text="@{File name: + viewModel.title ??No file}" always return “File name: null” when title is null.