We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ddbc2 commit 29fc65fCopy full SHA for 29fc65f
SuperiorPlugin/src/main/java/com/scrappers/superiorExtendedEngine/menuStates/UiStateManager.java
@@ -82,7 +82,7 @@ public boolean detachUiManager(){
82
* @return a view fetched from that layout resource xml file.
83
* @see UiStateManager#attachUiState(View).
84
*/
85
- public View fromXML(@LayoutRes int resId, Context context){
+ public static View fromXML(@LayoutRes int resId, Context context){
86
return LayoutInflater.from(context).inflate(resId, null);
87
}
88
/**
0 commit comments