Remove navigation from R class fields (already handled by the main plugin)
This commit is contained in:
-3
@@ -39,9 +39,6 @@ public class AndroidGotoDeclarationHandler : GotoDeclarationHandler {
|
||||
val name = if (resolved is JetProperty) {
|
||||
resolved.getName()
|
||||
}
|
||||
else if (isRClassField(resolved)) {
|
||||
(resolved as PsiField).getName()
|
||||
}
|
||||
else null
|
||||
if (name != null) {
|
||||
val parser = ServiceManager.getService(sourceElement.getProject(), javaClass<AndroidUIXmlProcessor>())
|
||||
|
||||
Reference in New Issue
Block a user