mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-14 05:59:26 +01:00
disable battery info activity
This commit is contained in:
parent
1084e6b5a7
commit
c167724415
@ -165,10 +165,12 @@ public class GBDeviceAdapterv2 extends RecyclerView.Adapter<GBDeviceAdapterv2.Vi
|
||||
{
|
||||
@Override
|
||||
public void onClick(View v) {
|
||||
/* will be enabled soon :)
|
||||
Intent startIntent;
|
||||
startIntent = new Intent(context, BatteryInfoActivity.class);
|
||||
startIntent.putExtra(GBDevice.EXTRA_DEVICE, device);
|
||||
context.startActivity(startIntent);
|
||||
*/
|
||||
}
|
||||
}
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user