YoungMaker / iORC

iORC - Organized Roleplay Creator
3 stars 0 forks source link

Add loading cycler when creating character #104

Open YoungMaker opened 6 years ago

YoungMaker commented 6 years ago

There is no indication currently that the server is processing your request when creating a character. We should have a spinner for that.

l-hurd314 commented 6 years ago

There is a spinner for the creating of a character. But due to there being virtually no loading time, the spinner does not display. If you look at the method createCharacter on line 202 in the CharacterListActivity there is a spinner in there.

YoungMaker commented 6 years ago

Cannot confirm. I experienced this issue when creating a character on my phone, and the spinner did not display

l-hurd314 commented 6 years ago

Oh okay. I don't know because the spinner is in the code. But I'll double check it.

YoungMaker commented 6 years ago

Try disconnecting from wifi right before you hit "create character" and see if it displays EDIT: this just triggers the error. We definitely need simulated load in some way.