mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
remove FilterTouchesWhenObscured
for now
This commit is contained in:
parent
0dea5bdbea
commit
df77f42145
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ namespace Bit.Android.Controls
|
||||||
Control.TextSize = (float)Device.GetNamedSize(NamedSize.Medium, typeof(Button));
|
Control.TextSize = (float)Device.GetNamedSize(NamedSize.Medium, typeof(Button));
|
||||||
}
|
}
|
||||||
|
|
||||||
Control.FilterTouchesWhenObscured = true;
|
// This will prevent all screen overlay apps from being able to interact with buttons.
|
||||||
|
// Ex: apps that change the screen color for "night mode"
|
||||||
|
// Control.FilterTouchesWhenObscured = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
|
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
|
||||||
|
|
Loading…
Reference in a new issue