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)) {
|
if (binder.isConnected(title)) {
|
||||||
tvServerIcon.setCompoundDrawablesWithIntrinsicBounds(
|
tvServerIcon.setCompoundDrawablesWithIntrinsicBounds(
|
||||||
context.getResources().getDrawable(android.R.drawable.presence_online),
|
context.getResources().getDrawable(android.R.drawable.presence_online),
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
tvServerIcon.setCompoundDrawablesWithIntrinsicBounds(
|
tvServerIcon.setCompoundDrawablesWithIntrinsicBounds(
|
||||||
context.getResources().getDrawable(android.R.drawable.presence_offline),
|
context.getResources().getDrawable(android.R.drawable.presence_offline),
|
||||||
null,
|
null,
|
||||||
null,
|
null,
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user