mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-11 18:10:44 +00:00
Some fixups
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
6c35dc5123
commit
50e072ced0
@ -173,7 +173,6 @@ public class CallsListController extends BaseController implements SearchView.On
|
||||
}
|
||||
|
||||
currentUser = userUtils.getCurrentUser();
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -201,6 +201,8 @@ public class ContactsController extends BaseController implements SearchView.OnQ
|
||||
getActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
}
|
||||
}
|
||||
|
||||
currentUser = userUtils.getCurrentUser();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -24,6 +24,7 @@ import android.app.Activity;
|
||||
import android.content.Intent;
|
||||
import android.net.Uri;
|
||||
import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import android.support.annotation.NonNull;
|
||||
import android.support.annotation.Nullable;
|
||||
import android.text.TextUtils;
|
||||
@ -589,6 +590,7 @@ public class OperationsMenuController extends BaseController {
|
||||
imm.toggleSoftInput(InputMethodManager.HIDE_IMPLICIT_ONLY, 0);
|
||||
}
|
||||
|
||||
new Handler().postDelayed(() -> getParentController().getRouter().popCurrentController(), 100);
|
||||
startActivity(callIntent);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user