Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e25e0361 authored by Andreas Huber's avatar Andreas Huber Committed by Android Git Automerger
Browse files

am e250c220: Merge "We accidentally always aborted after 10 secs, even if the...

am e250c220: Merge "We accidentally always aborted after 10 secs, even if the connection was fine." into gingerbread

Merge commit 'e250c220' into gingerbread-plus-aosp

* commit 'e250c220':
  We accidentally always aborted after 10 secs, even if the connection was fine.
parents 053d5ce9 e250c220
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -480,9 +480,8 @@ struct MyHandler : public AHandler {
            {
                if (mFirstAccessUnit) {
                    LOG(WARNING) << "Never received any data, disconnecting.";

                }
                    (new AMessage('abor', id()))->post();
                }
                break;
            }