kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
c418ca1890
commit
16e258bdbc
|
@ -174,7 +174,10 @@ public class MessageNotifier {
|
||||||
}
|
}
|
||||||
|
|
||||||
updateBadge(context, notificationState.getMessageCount());
|
updateBadge(context, notificationState.getMessageCount());
|
||||||
|
|
||||||
|
if (signal) {
|
||||||
scheduleReminder(context, reminderCount);
|
scheduleReminder(context, reminderCount);
|
||||||
|
}
|
||||||
} finally {
|
} finally {
|
||||||
if (telcoCursor != null) telcoCursor.close();
|
if (telcoCursor != null) telcoCursor.close();
|
||||||
if (pushCursor != null) pushCursor.close();
|
if (pushCursor != null) pushCursor.close();
|
||||||
|
|
Ładowanie…
Reference in New Issue