Only 2 sets of Screens for View Details, depending on If/Else logic

Hi,

I have the following use case:
– When a user taps on a conversation (an item in this list), it’ll View Details for that conversation/item.
– If user has completed the conversation, I want user to see View A, else see view B:

Intuitively, I thought I could do this and expect 2 different Details screens:

But I realise it shows the same Details screen. The Independent Detail Screen won’t be helpful because I don’t want many one detail screen per item, but just 2 different views.

Any idea if/how I can achieve this with current Glide capabilities?