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

Commit a88b7fe6 authored by Lei Ju's avatar Lei Ju
Browse files

Fixes an NPE caused by null sequence.

Test: existing CTS tests
Bug: 182164206
Change-Id: Ia2855a4df24e53710fac29242aafc25bd8e32578
parent 0cc800c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@ public class ChooseAccountTypeActivity extends Activity {
                if (sequence != null) {
                    name = sequence.toString();
                }
                name = sequence.toString();
            } catch (PackageManager.NameNotFoundException e) {
                // Nothing we can do much here, just log
                if (Log.isLoggable(TAG, Log.WARN)) {