aricneto / TwistyTimer

Twisty Timer is a material design twisty puzzle timer for Android. It uses the TNoodle library to generate scramble sequences for all current official speedsolving puzzles.
GNU General Public License v3.0
242 stars 54 forks source link

Minor fixes to logging and spelling. #35

Closed damo closed 8 years ago

damo commented 8 years ago

Fixed spelling of "access" (was "acess") in "strings.xml".

Removed code that dereferenced "savedInstanceState" in an "if" statement that already checked the value was always null. The code caused a stack trace for a "NullPointerException" to be logged every time. The value of the "openExportImportDialog" field was always "false", so the code in "onResume" that depended on it being "true" was also removed.

aricneto commented 8 years ago

Hi, thanks for fixing that! I'm quite busy this week but I'll make sure to review and pull it as soon as I can.