Collectly preserve the service start-id.
We were passing the wrong arguments, which caused the service left running. Bug 2646212 Change-Id: Ie5aeaeb80635c8e805fc2e9c6f4aec3b21942740
This commit is contained in:
parent
14812a50a8
commit
cf362a48c1
@ -2054,7 +2054,7 @@ public class MessagingController implements Runnable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
mListeners.checkMailFinished(mContext, accountId, tag, inboxId);
|
mListeners.checkMailFinished(mContext, accountId, inboxId, tag);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user