PatrykMCoder / Todo

Todo app with notes functionality
0 stars 0 forks source link

101 Remove whitespace on last index. #103

Closed PatrykMCoder closed 4 years ago

PatrykMCoder commented 4 years ago

Problem: If user press space on last index of string app will save it as "example.db". That is bug, becase " " are replace to "" and on view this is show as this same todos!

Solurion: Written method for checking last char of string and if it is " " it is delete.