Skip to content

Solved issue with Create Election Button Crashing app along with few other changes below.

Fixes #437 (closed)

Changes :

  • AdapterView associated with Spinner had issues due to not being specified as nullable,
    which was the main reason of the crash, changed it to nullable. This was an issue realated to RxBinding.
  • Changed targetSdk version to 33 for Android 13
  • Replaced font xml files with ttf files so that the layout design appear properly
  • Added default values to array, in strings.xml, of both spinners present in fragment_create_election.xml
    and assigned it to index 0 inside onNothingSelected function of spinners.

Screenshots for the change :

image

Merge request reports