Skip to content

Commit

Permalink
Fix reference to Consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
valterc committed Dec 18, 2022
1 parent 225b9be commit d8f946e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
import android.annotation.SuppressLint;
import android.util.Log;

import androidx.core.util.Consumer;

import com.valterc.ki2.data.input.KarooKey;
import com.valterc.ki2.data.input.KarooKeyEvent;
import com.valterc.ki2.karoo.hooks.RideActivityHook;

import java.util.HashMap;
import java.util.function.Consumer;

@SuppressLint("LogNotTimber")
public class VirtualInputAdapter {
Expand Down

0 comments on commit d8f946e

Please sign in to comment.