Этот коммит содержится в:
Anton Tananaev
2013-01-14 22:43:27 +13:00
родитель 4125056d77
Коммит 5f15947768
2 изменённых файлов: 3 добавлений и 3 удалений
+1 -1
Просмотреть файл
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=Google Inc.:Google APIs:17
target=android-17
+2 -2
Просмотреть файл
@@ -83,7 +83,7 @@ public class Connection implements Closeable {
}
@Override
protected void onCancelled(Boolean result) {
protected void onCancelled() {
if (!closed) {
busy = false;
handler.onConnected(false);
@@ -120,7 +120,7 @@ public class Connection implements Closeable {
}
@Override
protected void onCancelled(Boolean result) {
protected void onCancelled() {
if (!closed) {
busy = false;
handler.onSent(false);