* commit '893812b2ee4a640ad398f7f79f90b92d52a5f3b1': Remove duplicate '=' in exception message
This commit is contained in:
@@ -316,9 +316,10 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
|
|||||||
filteredPos++;
|
filteredPos++;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new IllegalArgumentException("position " + position + " out of "
|
throw new IllegalArgumentException("position " + position
|
||||||
+ "range of showable actions, filtered count = "
|
+ " out of range of showable actions"
|
||||||
+ "= " + getCount() + ", keyguardshowing=" + mKeyguardShowing
|
+ ", filtered count=" + getCount()
|
||||||
|
+ ", keyguardshowing=" + mKeyguardShowing
|
||||||
+ ", provisioned=" + mDeviceProvisioned);
|
+ ", provisioned=" + mDeviceProvisioned);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user