mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-06-17 06:10:58 +00:00
Initialize the app name to empty string because it may not be present
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package com.limelight.nvstream.http;
|
package com.limelight.nvstream.http;
|
||||||
|
|
||||||
public class NvApp {
|
public class NvApp {
|
||||||
private String appName;
|
private String appName = "";
|
||||||
private int appId;
|
private int appId;
|
||||||
private boolean isRunning;
|
private boolean isRunning;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user