mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 14:45:08 +00:00
Removed logs
This commit is contained in:
@@ -481,16 +481,12 @@ public class Device implements BaseLink.PackageReceiver {
|
|||||||
|
|
||||||
if (pairStatus == PairStatus.Requested) { //We started pairing
|
if (pairStatus == PairStatus.Requested) { //We started pairing
|
||||||
|
|
||||||
Log.i("KDE/Pairing","Pair answer");
|
|
||||||
|
|
||||||
hidePairingNotification();
|
hidePairingNotification();
|
||||||
|
|
||||||
pairingDone();
|
pairingDone();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
Log.i("KDE/Pairing","Pair request");
|
|
||||||
|
|
||||||
Intent intent = new Intent(context, MaterialActivity.class);
|
Intent intent = new Intent(context, MaterialActivity.class);
|
||||||
intent.putExtra("deviceId", deviceId);
|
intent.putExtra("deviceId", deviceId);
|
||||||
PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_ONE_SHOT);
|
PendingIntent pendingIntent = PendingIntent.getActivity(context, 0, intent, PendingIntent.FLAG_ONE_SHOT);
|
||||||
|
@@ -300,7 +300,6 @@ public class DeviceFragment extends Fragment {
|
|||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
|
||||||
Log.e("DEVICE",device.getName() + device.isPairRequestedByOtherEnd() + device.isPairRequested());
|
|
||||||
if (device.isPairRequestedByOtherEnd()) {
|
if (device.isPairRequestedByOtherEnd()) {
|
||||||
((TextView) rootView.findViewById(R.id.pair_message)).setText(R.string.pair_requested);
|
((TextView) rootView.findViewById(R.id.pair_message)).setText(R.string.pair_requested);
|
||||||
rootView.findViewById(R.id.pair_progress).setVisibility(View.GONE);
|
rootView.findViewById(R.id.pair_progress).setVisibility(View.GONE);
|
||||||
|
Reference in New Issue
Block a user