mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 20:13:06 +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;
|
||||
|
||||
public class NvApp {
|
||||
private String appName;
|
||||
private String appName = "";
|
||||
private int appId;
|
||||
private boolean isRunning;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user