mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +00:00
Fix theme and icon color on startup
This commit is contained in:
parent
ecc941dc11
commit
b3ae8b1fff
7 changed files with 20 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue