Merge pull request #4527 from lioncash/pessimizing2

software_keyboard: Resolve a pessimizing move warning
This commit is contained in:
bunnei
2020-08-15 02:13:44 -04:00
committed by GitHub

View File

@ -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;
}