fix: App drawer closes upon account selection by mohitsatr · Pull Request #10580 · thunderbird/thunderbird-android
mohitsatr
marked this pull request as ready for review
I feel creating a use case for getting the autoExpandAccount Id is an unnecessary abstraction. Is there a better way to do this?
In fact, we don't even need ID, just the boolean value to let us know whether or not AutoExpandAccount is set.
I feel creating a use case for getting the
autoExpandAccountId is an unnecessary abstraction. Is there a better way to do this? In fact, we don't even need ID, just the boolean value to let us know whether or notAutoExpandAccountis set.
A separate use case is not needed, you could update the GetDisplayAccounts and the DisplayAccount to hold that property.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters