You've already forked KsuWebUIStandalone
mirror of
https://github.com/5ec1cff/KsuWebUIStandalone.git
synced 2025-09-06 06:37:11 +00:00
add eol
This commit is contained in:
@@ -9,4 +9,4 @@ class FileSystemService : RootService() {
|
||||
override fun onBind(intent: Intent): IBinder {
|
||||
return FileSystemManager.getService()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -190,4 +190,4 @@ class MainActivity : AppCompatActivity() {
|
||||
super.onDestroy()
|
||||
connection?.let { RootService.unbind(it) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -189,4 +189,3 @@ public final class SuFilePathHandler implements WebViewAssetLoader.PathHandler {
|
||||
return mimeType == null ? DEFAULT_MIME_TYPE : mimeType;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user