Bubble Sort doesn't work

Hi all! I have a question about bubble sorting an array. We tried this with another array (float array) and it worked, except we had a button that did 1 sort when pressed (eventually everything was sorted.) So we tried to envelop it all in a while loop, so that it would sort the array automatically, but it doesn’t sort anything anymore.

Any help would be appreciated!