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

Commit 3e3c71a2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "services: Fix the bug in NFC shutdown logic"

parents 673c38cf b0702885
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -490,7 +490,7 @@ public final class ShutdownThread extends Thread {
                            Log.e(TAG, "RemoteException during NFC shutdown", ex);
                            Log.e(TAG, "RemoteException during NFC shutdown", ex);
                            nfcOff = true;
                            nfcOff = true;
                        }
                        }
                        if (radioOff) {
                        if (nfcOff) {
                            Log.i(TAG, "NFC turned off.");
                            Log.i(TAG, "NFC turned off.");
                        }
                        }
                    }
                    }