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

Commit 0cd07f75 authored by Hieu Dang's avatar Hieu Dang
Browse files

Fix wrong notification updates in BluetoothOpp

Bug: 271240397
Test: BluetoothInstrumentationTests
Tag: #refactor
Change-Id: I5ff8476e2b6eeef516c967d516c5e492b10b8967
parent cb1d20f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -263,7 +263,6 @@ public class BluetoothOppService extends ProfileService implements IObexConnecti
        getContentResolver().registerContentObserver(BluetoothShare.CONTENT_URI, true, mObserver);
        getContentResolver().registerContentObserver(BluetoothShare.CONTENT_URI, true, mObserver);
        mNotifier = new BluetoothOppNotification(this);
        mNotifier = new BluetoothOppNotification(this);
        mNotifier.mNotificationMgr.cancelAll();
        mNotifier.mNotificationMgr.cancelAll();
        mNotifier.updateNotification();
        updateFromProvider();
        updateFromProvider();
        setBluetoothOppService(this);
        setBluetoothOppService(this);
        mAdapterService.notifyActivityAttributionInfo(
        mAdapterService.notifyActivityAttributionInfo(