While testing the edit avatar flow for android, I encountered this bug where the app crashes when the user presses anywhere outside the actionsheet. The reason for this is that the value of `selectedIndex` when a user tries to cancel on android is -1, and the value of `selectedIndex` when a user tries to cancel on iOS is 0. This is due to