NavController.pop or Back Button redirects to a black Page

Hey there,

if I’m really fast with the back button or using navController.pop() I’m getting following result:
image

I could fix it with a timeout of 100ms with navController.pop() but how can I fix the back Button? Im inserting the Page with navController.push so I don’t get what I’m doing wrong…