Merge "Don't crash trying to stop program list updates on already closed tuner" into qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
48d3b7ce3e
@@ -271,6 +271,8 @@ class TunerAdapter extends RadioTuner {
|
||||
mCallback.setProgramListObserver(list, () -> {
|
||||
try {
|
||||
mTuner.stopProgramListUpdates();
|
||||
} catch (IllegalStateException ex) {
|
||||
// it's fine to not stop updates if tuner is already closed
|
||||
} catch (RemoteException ex) {
|
||||
Log.e(TAG, "Couldn't stop program list updates", ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user