bitwarden-android/src/App/Styles/IThemeResourceDictionary.cs
Federico Maccaroni 74e90da662
Improve Theming (#1707)
* Improved theming logic and performance, also fixed some issues regarding changing the theme after vault timeout and fixed theme applying on password generator/history

* Removed messenger from theme update, and now the navigation stack is traversed and each IThemeDirtablePage gets theme updated

* Improved code on update theme on pages
2022-01-24 17:20:48 -03:00

6 lines
90 B
C#

namespace Bit.App.Styles
{
public interface IThemeResourceDictionary
{
}
}