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

Commit 3c127a54 authored by James Wei's avatar James Wei Committed by Gerrit Code Review
Browse files

Merge "UsbAccessory: Update language to comply with Android's inclusive language guidance"

parents 4b3c00e7 7ac1d047
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class UsbAccessoryUriActivity extends AlertActivity
        String uriString = intent.getStringExtra("uri");
        mUri = (uriString == null ? null : Uri.parse(uriString));

        // sanity check before displaying dialog
        // Exception check before displaying dialog
        if (mUri == null) {
            Log.e(TAG, "could not parse Uri " + uriString);
            finish();