diff --git a/SmartPanel.xaml.cpp b/SmartPanel.xaml.cpp index 022df93a73abe259768c3978b26eb0bb7838bf0a..13d7af7f06fad65f8182e11d376fdc45dcd5c195 100644 --- a/SmartPanel.xaml.cpp +++ b/SmartPanel.xaml.cpp @@ -299,8 +299,6 @@ void RingClientUWP::Views::SmartPanel::_rejectIncomingCallBtn__Click(Platform::O auto button = dynamic_cast<Button^>(e->OriginalSource); auto call = dynamic_cast<Call^>(button->DataContext); - _smartList_->SelectedIndex = SmartPanelItemsViewModel::instance->getIndex(call); - call->refuse(); }