mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-30 21:55:10 +00:00
Fix format of commented code
This commit is contained in:
@@ -67,7 +67,7 @@ class BackgroundService : Service() {
|
||||
|
||||
private fun registerLinkProviders() {
|
||||
linkProviders.add(LanLinkProvider(this))
|
||||
// linkProviders.add(new LoopbackLinkProvider(this));
|
||||
//linkProviders.add(LoopbackLinkProvider(this))
|
||||
linkProviders.add(BluetoothLinkProvider(this))
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user