Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4eb01a20 authored by Jason Monk's avatar Jason Monk
Browse files

Fix NavGesture version

Test: make
Change-Id: Ib9925ac5f01d0d08ef7f37222f0e78321753b464
parent 00a5f2a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ import android.view.MotionEvent;
import com.android.systemui.plugins.Plugin;
import com.android.systemui.plugins.annotations.ProvidesInterface;

@ProvidesInterface(action = NavGesture.ACTION, version = NavBarButtonProvider.VERSION)
@ProvidesInterface(action = NavGesture.ACTION, version = NavGesture.VERSION)
public interface NavGesture extends Plugin {

    public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_GESTURE";