Skip to content

Commit 8b54097

Browse files
committed
Update RemoteVersionListAdapter.java
1 parent 1102a7f commit 8b54097

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FCL/src/main/java/com/tungsten/fcl/ui/download/RemoteVersionListAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ private String getTag(RemoteVersion remoteVersion) {
159159
case RELEASE:
160160
return getContext().getString(R.string.version_game_release);
161161
case UNOBFUSCATED:
162+
case PENDING:
162163
case SNAPSHOT:
163164
return getContext().getString(R.string.version_game_snapshot);
164165
default:

0 commit comments

Comments
 (0)