mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-09 23:48:18 -07:00
Add experimental bottom sheet player
This commit is contained in:
parent
9af0afa441
commit
f837bb14e2
65 changed files with 1570 additions and 547 deletions
|
|
@ -58,7 +58,7 @@ public class PreferenceUtil {
|
|||
}
|
||||
|
||||
public String getToken() {
|
||||
return mPreferences.getString(TOKEN, "");
|
||||
return mPreferences.getString(TOKEN, null);
|
||||
}
|
||||
|
||||
public void setToken(String token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue