commit | 047317735c039e8ca08331d364f9edc7ddb98fb7 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Fri Mar 18 16:25:05 2016 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Fri Mar 18 16:29:08 2016 -0700 |
tree | 062537f47aa99e398e308c1614ce858f963180b9 | |
parent | b8f00da8deec7f65002830261042da0140cbead0 [diff] |
Deleting the unrestored widget id synchronously > We are making the DB call (IO) on the UI thread which is costlier than the AppWidgetHost call. > The process can get killed after the broadcast receiver returns, which can prevent these ids from getting deleted. Change-Id: I47746cf03d0eae573b6baa25cde9e573fd1f1a60