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

Commit 1eb9a5e2 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Fix IllegalStateException"

parents 1ad04fc9 888e68f0
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();
            }
        }
    }