File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/easypermissions/src/main/java/com/harshitchaurasia/easypermissions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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\n Please Report this to developer [link ]\n $e " )
149+ Log .d(TAG , " Jugaad Error Code 5488\n Please Report this to developer [https://github.com/harshit0209/EasyPermit ]\n $e " )
150150 }
151151 return arrayOf(" nan" )
152152 }
You can’t perform that action at this time.
0 commit comments