Updated new message notification icon style for all versions of Android.

This commit is contained in:
Moxie Marlinspike
2012-09-12 20:48:04 -07:00
parent bf8d868eb3
commit 095b73a079
10 changed files with 1 additions and 1 deletions

View File

@@ -184,7 +184,7 @@ public class MessageNotifier {
sendNotification(context, manager, launchIntent, ticker, title, subtitle, signal);
} finally {
if (c != null)
c.close();
c.close();
}
}