Update libraries, add proguard filters to be under 64K limit

This commit is contained in:
Dominik Schürmann
2016-04-29 17:03:50 +02:00
parent 5fdc312b2d
commit 19e6103e5f
4 changed files with 68 additions and 69 deletions

View File

@@ -90,8 +90,9 @@ public class MainActivity extends BaseSecurityTokenNfcActivity implements FabCon
@Override
public boolean onItemClick(View view, int position, IDrawerItem drawerItem) {
if (drawerItem != null) {
PrimaryDrawerItem item = (PrimaryDrawerItem) drawerItem;
Intent intent = null;
switch (drawerItem.getIdentifier()) {
switch ((int) item.getIdentifier()) {
case ID_KEYS:
onKeysSelected();
break;