mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 12:09:45 +01:00
Formatting
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
81ec58489c
commit
71dadfd623
@ -747,7 +747,8 @@ public class ContactsController extends BaseController implements SearchView.OnQ
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Optional @OnClick(R.id.call_header_layout)
|
@Optional
|
||||||
|
@OnClick(R.id.call_header_layout)
|
||||||
void toggleCallHeader() {
|
void toggleCallHeader() {
|
||||||
isPublicCall = !isPublicCall;
|
isPublicCall = !isPublicCall;
|
||||||
if (!isPublicCall) {
|
if (!isPublicCall) {
|
||||||
|
Loading…
Reference in New Issue
Block a user