Версия
3.5-2316
Ветвь
master
Дата
10 лет, 7 месяцев назад
Windows x64 Windows x86 Mac OS X Android
Коммит
ce5f80b151d2343879cea0168ff70fee17172b6d
Автор изменения
lioncash
Описание изменения
[Android] Give the exceptions in compareTo implementations in GameListItem and FolderBrowserItem some messages. If the exceptions ever actually get thrown, at least you're given a reason as to why the exception was thrown now. Also changed the exception type to NullPointerException. IllegalArgumentException is intended to be used for validating the parameters in constructors/methods.