mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-29 04:17:12 +01:00
Fix instance info navigation bar colour
This commit is contained in:
parent
5cbe6152c9
commit
4010e02438
@ -105,6 +105,9 @@ public class InstanceInfoActivity extends BaseActivity {
|
|||||||
|
|
||||||
setSupportActionBar(toolbar);
|
setSupportActionBar(toolbar);
|
||||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||||
|
|
||||||
|
// Remove transparency from navigation bar
|
||||||
|
getWindow().setNavigationBarColor(mCustomThemeWrapper.getBackgroundColor());
|
||||||
|
|
||||||
int markdownColor = customThemeWrapper.getPostContentColor();
|
int markdownColor = customThemeWrapper.getPostContentColor();
|
||||||
int postSpoilerBackgroundColor = markdownColor | 0xFF000000;
|
int postSpoilerBackgroundColor = markdownColor | 0xFF000000;
|
||||||
|
Loading…
Reference in New Issue
Block a user