mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-15 08:47:56 +01:00
drop mysterious exception that seems to happen only on one emulator
and that can be safely dropped then.
This commit is contained in:
parent
7f4729ad73
commit
054cf5bf52
1 changed files with 1 additions and 1 deletions
|
@ -385,8 +385,8 @@ public class ConnStatusHandler {
|
||||||
String as64 = XWPrefs.getPrefsString( context,
|
String as64 = XWPrefs.getPrefsString( context,
|
||||||
R.string.key_connstat_data );
|
R.string.key_connstat_data );
|
||||||
if ( null != as64 && 0 < as64.length() ) {
|
if ( null != as64 && 0 < as64.length() ) {
|
||||||
byte[] bytes = XwJNI.base64Decode( as64 );
|
|
||||||
try {
|
try {
|
||||||
|
byte[] bytes = XwJNI.base64Decode( as64 );
|
||||||
ObjectInputStream ois =
|
ObjectInputStream ois =
|
||||||
new ObjectInputStream( new ByteArrayInputStream(bytes) );
|
new ObjectInputStream( new ByteArrayInputStream(bytes) );
|
||||||
s_records =
|
s_records =
|
||||||
|
|
Loading…
Add table
Reference in a new issue