mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Fix theme and icon color on startup
This commit is contained in:
@@ -45,7 +45,7 @@ public class PreferenceUtil {
|
||||
|
||||
public static PreferenceUtil getInstance(final Context context) {
|
||||
if (sInstance == null) {
|
||||
sInstance = new PreferenceUtil(context.getApplicationContext());
|
||||
sInstance = new PreferenceUtil(context);
|
||||
}
|
||||
|
||||
return sInstance;
|
||||
|
||||
Reference in New Issue
Block a user