2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-05 16:45:08 +00:00

Fixed bugs pointed out by Albert on CR

This commit is contained in:
Vineet Garg
2015-06-25 04:20:03 +05:30
parent ed6aef42a6
commit 1b726018d3
15 changed files with 336 additions and 173 deletions

View File

@@ -31,6 +31,7 @@ public class LoopbackLinkProvider extends BaseLinkProvider {
public LoopbackLinkProvider(Context context) {
this.context = context;
pairingHandler = new LoopbackPairingHandler();
}
@Override