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.
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.