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

Commit df08d493 authored by Lei Ju's avatar Lei Ju Committed by Android (Google) Code Review
Browse files

Merge "Fixes an NPE caused by null sequence."

parents 25ad5856 a88b7fe6
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)) {