Версия
4.0-113
Ветвь
master
Дата
10 лет, 6 месяцев назад
Windows x64 Windows x86 Mac OS X Android Ubuntu 13.04
Коммит
cb9ff3d9f89b326df52f76a3addb62f6cda3ceb5
Автор изменения
lioncash
Описание изменения
[Android] Remove an unnecessary method override from GameListActivity.java. We don't actually do anything different from the default behavior of this method, so we don't need to explicitly define it.

This method is intended to be used for modifying the contents of a menu before displaying it. We don't really have a need for this, since it doesn't need to be modified.