Loading android/app/src/com/android/bluetooth/mapclient/MapClientContent.java +6 −2 Original line number Diff line number Diff line Loading @@ -390,11 +390,15 @@ class MapClientContent { debug("Map InsertedThread" + results); // Some Messenger Applications don't listen to address table changes and only listen // for message content changes. Adding the address parts first makes it so they're // already in the tables when a given app syncs due to content updates. Otherwise, we // risk a race where the address content may not be ready. storeAddressPart(message, results); for (MimePart part : mmsBmessage.getMimeParts()) { storeMmsPart(part, results); } storeAddressPart(message, results); } catch (Exception e) { error("Error while storing MMS: " + e.toString()); throw e; Loading Loading
android/app/src/com/android/bluetooth/mapclient/MapClientContent.java +6 −2 Original line number Diff line number Diff line Loading @@ -390,11 +390,15 @@ class MapClientContent { debug("Map InsertedThread" + results); // Some Messenger Applications don't listen to address table changes and only listen // for message content changes. Adding the address parts first makes it so they're // already in the tables when a given app syncs due to content updates. Otherwise, we // risk a race where the address content may not be ready. storeAddressPart(message, results); for (MimePart part : mmsBmessage.getMimeParts()) { storeMmsPart(part, results); } storeAddressPart(message, results); } catch (Exception e) { error("Error while storing MMS: " + e.toString()); throw e; Loading