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

Commit 3ef38544 authored by Brad Ebinger's avatar Brad Ebinger Committed by Automerger Merge Worker
Browse files

Merge "Fix IllegalStateException" am: 1eb9a5e2 am: 90bd51cc am: 6a95970e...

Merge "Fix IllegalStateException" am: 1eb9a5e2 am: 90bd51cc am: 6a95970e am: 61f21e71 am: 70dbe47e

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1827052

Change-Id: Ibbf36b547d6ef330817546b9b358bdc910fd20e6
parents 6d1eeed9 70dbe47e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -204,8 +204,8 @@ public class AppSmsManager {
                    // do nothing
                }
                // Remove from mTokenMap and mPackageMap
                iterator.remove();
                mPackageMap.remove(entry.getValue().packageName);
                iterator.remove();
            }
        }
    }