Add experimental bottom sheet player
This commit is contained in:
@@ -58,7 +58,7 @@ public class PreferenceUtil {
|
||||
}
|
||||
|
||||
public String getToken() {
|
||||
return mPreferences.getString(TOKEN, "");
|
||||
return mPreferences.getString(TOKEN, null);
|
||||
}
|
||||
|
||||
public void setToken(String token) {
|
||||
|
||||
Reference in New Issue
Block a user