(Android) Odd Zoomed In Effect After Closing Menu

I am running a project on an Samsung Galaxy S7 Edge phone. I open a menu, and then close it. After it closes the view is suddenly zoomed into the bottom left 25% portion of the screen. I do not know if it is actually “zoomed in”. The interesting thing is that if I press the Overview button and then refocus the project application, then the view returns back to normal.

Any ideas on what might be happening?

I tested this on Windows, and everything seems okay.

UPDATE: I boiled it down to one BP call: “Apply Resolution Settings”. I guess this should not be called on Android?

I think I figured it out. I am calling Set Screen Resolution to 1920 x 1080 and my screen is not big enough to handle that size, so it looks like it is zoomed in. I just need to make sure that the resolution is correct.

I was trying to make my project compatible with Android phones and I have been testing on Windows all this time.