mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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 );
|
||||
}
|
||||
|
||||
public static void clearGroupPositions( Context context )
|
||||
{
|
||||
setPrefsString( context, R.string.key_group_posns, null );
|
||||
}
|
||||
|
||||
public static void setGroupPositions( Context context, long[] posns )
|
||||
{
|
||||
String[] asStrs = new String[posns.length];
|
||||
|
|
Loading…
Reference in a new issue