Fix Android gutterIcon test, use findGuttersAtCaret method
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ package com.myapp
|
||||
|
||||
import android.content.Context
|
||||
|
||||
<caret>fun Context.getAddIcon() = resources.getDrawable(R.mipmap.test_icon, null)
|
||||
fun Context.getAddIcon() = resources.getDrawable(R.mipmap.<caret>test_icon, null)
|
||||
Reference in New Issue
Block a user