mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
move QR-Code to top of local invite-means list
It'll be the most often used I suspect so make it easier to find.
This commit is contained in:
parent
8dd1db31c7
commit
457955c40e
1 changed files with 1 additions and 1 deletions
|
@ -99,6 +99,7 @@ public class InviteChoicesAlert extends DlgDelegateAlert
|
|||
if ( Utils.deviceSupportsNBS(context) ) {
|
||||
means.add( InviteMeans.SMS_DATA );
|
||||
}
|
||||
means.add( InviteMeans.QRCODE );
|
||||
if ( BTUtils.BTAvailable() ) {
|
||||
means.add( InviteMeans.BLUETOOTH );
|
||||
}
|
||||
|
@ -109,7 +110,6 @@ public class InviteChoicesAlert extends DlgDelegateAlert
|
|||
means.add( InviteMeans.NFC );
|
||||
}
|
||||
means.add( InviteMeans.CLIPBOARD );
|
||||
means.add( InviteMeans.QRCODE );
|
||||
|
||||
int lastSelMeans = -1;
|
||||
if ( null != lastMeans ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue