mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-22 08:52:18 -05:00
indentation
This commit is contained in:
parent
767b6ba485
commit
44f57c0cab
@ -94,18 +94,18 @@ public class ServerListAdapter extends SimpleCursorAdapter
|
||||
|
||||
if (binder.isConnected(title)) {
|
||||
tvServerIcon.setCompoundDrawablesWithIntrinsicBounds(
|
||||
context.getResources().getDrawable(android.R.drawable.presence_online),
|
||||
null,
|
||||
null,
|
||||
null
|
||||
);
|
||||
context.getResources().getDrawable(android.R.drawable.presence_online),
|
||||
null,
|
||||
null,
|
||||
null
|
||||
);
|
||||
} else {
|
||||
tvServerIcon.setCompoundDrawablesWithIntrinsicBounds(
|
||||
context.getResources().getDrawable(android.R.drawable.presence_offline),
|
||||
null,
|
||||
null,
|
||||
null
|
||||
);
|
||||
context.getResources().getDrawable(android.R.drawable.presence_offline),
|
||||
null,
|
||||
null,
|
||||
null
|
||||
);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user