mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-08 20:46:12 +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) ) {
|
if ( Utils.deviceSupportsNBS(context) ) {
|
||||||
means.add( InviteMeans.SMS_DATA );
|
means.add( InviteMeans.SMS_DATA );
|
||||||
}
|
}
|
||||||
|
means.add( InviteMeans.QRCODE );
|
||||||
if ( BTUtils.BTAvailable() ) {
|
if ( BTUtils.BTAvailable() ) {
|
||||||
means.add( InviteMeans.BLUETOOTH );
|
means.add( InviteMeans.BLUETOOTH );
|
||||||
}
|
}
|
||||||
|
@ -109,7 +110,6 @@ public class InviteChoicesAlert extends DlgDelegateAlert
|
||||||
means.add( InviteMeans.NFC );
|
means.add( InviteMeans.NFC );
|
||||||
}
|
}
|
||||||
means.add( InviteMeans.CLIPBOARD );
|
means.add( InviteMeans.CLIPBOARD );
|
||||||
means.add( InviteMeans.QRCODE );
|
|
||||||
|
|
||||||
int lastSelMeans = -1;
|
int lastSelMeans = -1;
|
||||||
if ( null != lastMeans ) {
|
if ( null != lastMeans ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue