mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-22 04:22:45 +00:00
Initialize the app name to empty string because it may not be present
This commit is contained in:
parent
ec39f22ad8
commit
9772049295
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user