Fix setting smart alarms on Mi Band

Closes #750
master
Andreas Shimokawa 2017-08-22 01:01:35 +02:00
parent fd952aa5ae
commit 460c5c9a24
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ public class GBDeviceAdapterv2 extends RecyclerView.Adapter<GBDeviceAdapterv2.Vi
public void onClick(View v) {
Intent startIntent;
startIntent = new Intent(context, ConfigureAlarms.class);
startIntent.putExtra(GBDevice.EXTRA_DEVICE, device);
context.startActivity(startIntent);
}
}