mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-05 07:26:28 +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;
|
||||
|
||||
public class NvApp {
|
||||
private String appName;
|
||||
private String appName = "";
|
||||
private int appId;
|
||||
private boolean isRunning;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user