mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
remove assert. doCreate can get called several times.
This commit is contained in:
parent
1afbaf9c42
commit
117ff31e64
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* -*- compile-command: "cd ../../../../../../; ant reinstall"; -*- */
|
||||
/* -*- compile-command: "cd ../../../../../../; ant install"; -*- */
|
||||
|
||||
package org.eehouse.android.xw4.jni;
|
||||
|
||||
|
@ -85,7 +85,6 @@ public class CommonPrefs {
|
|||
*/
|
||||
public static void setContext( Context context )
|
||||
{
|
||||
Assert.assertTrue( s_context == null );
|
||||
s_context = context;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue