mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-12 17:23:39 +00:00
Merge pull request #320 from svramusi/master
Tested and merged, thanks @svramusi !
This commit is contained in:
commit
27fadf70f0
@ -60,8 +60,6 @@ public class PassphraseTimeoutPreference extends DialogPreference {
|
||||
// Can't figure out how to style a DialogPreference.
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
|
||||
this.timeoutText.setTextColor(Color.parseColor("#cccccc"));
|
||||
} else {
|
||||
this.timeoutText.setTextColor(Color.parseColor("#000000"));
|
||||
}
|
||||
|
||||
initializeDefaults();
|
||||
|
Loading…
x
Reference in New Issue
Block a user