mirror of
https://github.com/bitwarden/android.git
synced 2024-12-28 20:08:43 +03:00
74e90da662
* 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
6 lines
90 B
C#
6 lines
90 B
C#
namespace Bit.App.Styles
|
|
{
|
|
public interface IThemeResourceDictionary
|
|
{
|
|
}
|
|
}
|