Merge pull request #4527 from lioncash/pessimizing2
software_keyboard: Resolve a pessimizing move warning
This commit is contained in:
commit
e6f9231ef0
|
@ -122,8 +122,7 @@ void SoftwareKeyboard::ExecuteInteractive() {
|
|||
|
||||
switch (request) {
|
||||
case Request::Calc: {
|
||||
broker.PushNormalDataFromApplet(
|
||||
std::make_shared<IStorage>(std::move(std::vector<u8>{1})));
|
||||
broker.PushNormalDataFromApplet(std::make_shared<IStorage>(std::vector<u8>{1}));
|
||||
broker.SignalStateChanged();
|
||||
break;
|
||||
}
|
||||
|
|
Reference in New Issue