mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 07:56:23 +00:00
Reinit g_curPhoneNumber when delete conversation to stop refreshing it
This commit is contained in:
parent
55f9e4136b
commit
cbe70ac13b
@ -62,6 +62,7 @@ app.controller('OcSmsController', ['$scope',
|
||||
$('#ocsms-conversation-removal').hide();
|
||||
$('#app-content-header').hide();
|
||||
$("li[peer-label='" + g_curContactName + "']").remove();
|
||||
g_curPhoneNumber = null;
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user