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

Commit b3afcacf authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Possible NPE in ChooseAccountTypeActivity" into jellybean

parents 2c83ad02 46e5aba1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -134,7 +134,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)) {