A few build and navigation bar improvements (#231)
* fix: match project root to repo name * feat: hide navigation bar until swiped * fix: limit announcements to official * feat: keep navigation visible for back * fix: remove a duplicate permission
This commit is contained in:
parent
7f36eba709
commit
14115ada4c
6 changed files with 40 additions and 10 deletions
|
@ -281,7 +281,7 @@ class AnilistQueries {
|
|||
} else {
|
||||
if (currContext()?.let { isOnline(it) } == true) {
|
||||
snackString(currContext()?.getString(R.string.error_getting_data))
|
||||
}
|
||||
} else { }
|
||||
}
|
||||
}
|
||||
val mal = async {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue