Merge remote-tracking branch 'john/master' into feature/redesign

This commit is contained in:
Viktor De Pasquale
2019-11-26 14:34:38 +01:00
16 changed files with 238 additions and 230 deletions

View File

@@ -28,7 +28,7 @@ object SuHandler : ProviderCallHandler {
override fun call(context: Context, method: String, arg: String?, extras: Bundle?): Bundle? {
invoke(context.wrap(), method, extras)
return null
return Bundle.EMPTY
}
operator fun invoke(context: Context, action: String?, data: Bundle?) {