Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e44114d9 authored by Sungsoo Lim's avatar Sungsoo Lim Committed by Gerrit Code Review
Browse files

Merge "Catch exceptions in SapServer"

parents 82ce0208 c5803609
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -513,7 +513,11 @@ public class SapServer extends Thread implements Callback {
            }

            if (mIntentReceiver != null) {
                try {
                    mContext.unregisterReceiver(mIntentReceiver);
                } catch (IllegalArgumentException e) {
                    Log.w(TAG, e);
                }
                mIntentReceiver = null;
            }
            stopDisconnectTimer();