Skip to content

Commit 29fc65f

Browse files
committed
fromXml inflater, make it static
1 parent a8ddbc2 commit 29fc65f

File tree

1 file changed

+1
-1
lines changed
  • SuperiorPlugin/src/main/java/com/scrappers/superiorExtendedEngine/menuStates

1 file changed

+1
-1
lines changed

SuperiorPlugin/src/main/java/com/scrappers/superiorExtendedEngine/menuStates/UiStateManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public boolean detachUiManager(){
8282
* @return a view fetched from that layout resource xml file.
8383
* @see UiStateManager#attachUiState(View).
8484
*/
85-
public View fromXML(@LayoutRes int resId, Context context){
85+
public static View fromXML(@LayoutRes int resId, Context context){
8686
return LayoutInflater.from(context).inflate(resId, null);
8787
}
8888
/**

0 commit comments

Comments
 (0)