Merge "Fix null object reference" into udc-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
59e9f7fe95
@@ -196,7 +196,7 @@ public final class SharedConnectivitySettingsState implements Parcelable {
|
||||
public String toString() {
|
||||
return new StringBuilder("SharedConnectivitySettingsState[")
|
||||
.append("instantTetherEnabled=").append(mInstantTetherEnabled)
|
||||
.append("PendingIntent=").append(mInstantTetherSettingsPendingIntent.toString())
|
||||
.append("PendingIntent=").append(mInstantTetherSettingsPendingIntent)
|
||||
.append("extras=").append(mExtras.toString())
|
||||
.append("]").toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user