improve notification fragment layout (#1282)
* improve notification fragment layout * improve sw640dp notification fragment layout
This commit is contained in:
parent
959a08437d
commit
7733e387ee
3 changed files with 96 additions and 136 deletions
|
@ -77,7 +77,7 @@ class NetworkModule {
|
|||
.apply {
|
||||
addInterceptor(InstanceSwitchAuthInterceptor(accountManager))
|
||||
if (BuildConfig.DEBUG) {
|
||||
addInterceptor(HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BODY))
|
||||
addInterceptor(HttpLoggingInterceptor().setLevel(HttpLoggingInterceptor.Level.BASIC))
|
||||
}
|
||||
}
|
||||
.build()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue