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

Commit 315e99af authored by Mohamed's avatar Mohamed
Browse files

Fix bugs in blocked numbers for secondary users.

Bug: 27715810
Change-Id: Ifbcff49777dec4ea89fb3266e475e2acf43b3ff5
parent 2678c621
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@

        <include
                android:id="@+id/butter_bar"
                android:visibility="gone"
                layout="@xml/blocking_suppressed_butterbar" />

        <FrameLayout
+3 −1
Original line number Diff line number Diff line
@@ -128,7 +128,9 @@ public class BlockedNumbersActivity extends ListActivity

    @Override
    protected void onDestroy() {
        if (mBlockingStatusReceiver != null) {
            unregisterReceiver(mBlockingStatusReceiver);
        }
        super.onDestroy();
    }