Skip to content
This repository was archived by the owner on Jun 28, 2019. It is now read-only.

Commit 631ce83

Browse files
committed
Exceptionの文言修正
1 parent 3f3401a commit 631ce83

File tree

1 file changed

+1
-1
lines changed
  • studyplus-android-sdk2/src/main/java/jp/studyplus/android/sdk

1 file changed

+1
-1
lines changed

studyplus-android-sdk2/src/main/java/jp/studyplus/android/sdk/Studyplus.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Studyplus private constructor() {
5555
*/
5656
fun setAuthResult(context: Context, data: Intent?) {
5757
if (data == null) {
58-
Log.e("StudyplusSDK", "The data is null. Please check your code. If the received data is already null, please contact Studyplus Dev team.")
58+
Log.e("StudyplusSDK", "The data is null. Please check your code. If the data that received from Studyplus app is null, please contact Studyplus Dev team.")
5959
return
6060
}
6161

0 commit comments

Comments
 (0)