UI: remove 'Cancel' from start wizard, fixes Lollipop UX f'up

usb
Georg Lukas 2015-03-17 00:30:14 +01:00
rodzic 631a95f90a
commit 4b8a845410
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -114,7 +114,6 @@ trait UIHelper extends Activity
}
}})
.setNeutralButton(R.string.p_passreq, new UrlOpener(this, getString(R.string.passcode_url)))
.setNegativeButton(android.R.string.cancel, this)
.setOnCancelListener(this)
.create.show
}