mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-07 05:24:46 +01:00
add clearGroupPositions
This commit is contained in:
parent
0c30dd6bf4
commit
7c2b3b3d15
1 changed files with 5 additions and 0 deletions
|
@ -319,6 +319,11 @@ public class XWPrefs {
|
||||||
setPrefsLong( context, R.string.key_default_group, val );
|
setPrefsLong( context, R.string.key_default_group, val );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void clearGroupPositions( Context context )
|
||||||
|
{
|
||||||
|
setPrefsString( context, R.string.key_group_posns, null );
|
||||||
|
}
|
||||||
|
|
||||||
public static void setGroupPositions( Context context, long[] posns )
|
public static void setGroupPositions( Context context, long[] posns )
|
||||||
{
|
{
|
||||||
String[] asStrs = new String[posns.length];
|
String[] asStrs = new String[posns.length];
|
||||||
|
|
Loading…
Reference in a new issue