Skip to content

Commit 4c3bb2e

Browse files
committed
all set
1 parent 0e4395f commit 4c3bb2e

File tree

1 file changed

+3
-3
lines changed
  • app/easypermissions/src/main/java/com/harshitchaurasia/easypermissions

1 file changed

+3
-3
lines changed

app/easypermissions/src/main/java/com/harshitchaurasia/easypermissions/EasyPermit.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ abstract class EasyPermit : ActivityCompat.OnRequestPermissionsResultCallback {
4646
}
4747
checkAndGetPermissions(activityContext, allP)
4848
} catch (e: java.lang.Exception) {
49-
Log.d(TAG, "jugaad error send this report to developer[link]\n$e")
49+
Log.d(TAG, "jugaad error send this report to developer [https://github.com/harshit0209/EasyPermit]\n$e")
5050
}
5151
}
5252

53-
private fun checkAndGetPermissions(
53+
fun checkAndGetPermissions(
5454
activityContext: Context,
5555
arrayOfPermissions: Array<String>
5656
) {
@@ -146,7 +146,7 @@ abstract class EasyPermit : ActivityCompat.OnRequestPermissionsResultCallback {
146146
}
147147
return askPermissions.toTypedArray()
148148
} catch (e: java.lang.Exception) {
149-
Log.d(TAG, "Jugaad Error Code 5488\nPlease Report this to developer [link]\n $e")
149+
Log.d(TAG, "Jugaad Error Code 5488\nPlease Report this to developer [https://github.com/harshit0209/EasyPermit]\n $e")
150150
}
151151
return arrayOf("nan")
152152
}

0 commit comments

Comments
 (0)