Skip to content

Commit

Permalink
Minor Android rtl-sdr fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbrechtL committed Sep 8, 2019
1 parent d95303d commit 65a09ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/welle-gui/android_rtl_sdr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ void ActivityResultReceiver::handleActivityResult(int receiverRequestCode, int r

std::clog << "Android RTL_SDR: " << Message.toStdString() << std::endl;
Android_RTL_SDR->setErrorMessage(Message);

Android_RTL_SDR->setLoaded(false);
}
}
}

0 comments on commit 65a09ee

Please sign in to comment.