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

Commit 27b2267c authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Abort FDN delete when number is empty (instead of name)"

parents 15d24708 ac6461c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ public class IccProvider extends ContentProvider {
            }
        }

        if (TextUtils.isEmpty(tag)) {
        if (TextUtils.isEmpty(number)) {
            return 0;
        }