Fix linting issue
This commit is contained in:
parent
49d52f9713
commit
b5f5a6eaed
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class MainActivity : AppCompatActivity() {
|
|||
}
|
||||
|
||||
if (!appPreferences.isOffline && appPreferences.autoOffline) {
|
||||
testServerConnection();
|
||||
testServerConnection()
|
||||
}
|
||||
|
||||
setSupportActionBar(binding.mainToolbar)
|
||||
|
|
Loading…
Reference in a new issue