remove assert. doCreate can get called several times.

This commit is contained in:
eehouse 2010-02-09 14:36:55 +00:00
parent 1afbaf9c42
commit 117ff31e64

View file

@ -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;
}