[Android] Replace custom variable isBeingRecreated with built-in isFinishing function
Summary
Summarize the bug encountered concisely.
We currently have a custom variable isBeingRecreated
that seems to be trying to do the same thing isFinishing
is doing and we should instead use isFinishing
(the standard way) as we won't need to maintain it and it likely handled better.