Automated import from //branches/donutburger/...@141126,141126

This commit is contained in:
Satoshi Kataoka
2009-03-24 19:36:12 -07:00
committed by The Android Open Source Project
parent 51376451f1
commit 5c70839ae3

View File

@@ -1046,7 +1046,7 @@ public class EditStyledText extends EditText {
((ImageSpan) images[j]).getSource());
}
uris.add(Uri.parse(
((ImageSpan) images[j]).toString()));
((ImageSpan) images[j]).getSource()));
}
}
}