mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Added a dialog and refactored code
This commit is contained in:
@@ -48,6 +48,11 @@ public abstract class BaseActivity extends RoboActivity {
|
||||
this.finish();
|
||||
}
|
||||
|
||||
protected void gotoAndFinish(Class classInstance)
|
||||
{
|
||||
this.gotoAndFinish(classInstance, Integer.MIN_VALUE);
|
||||
}
|
||||
|
||||
protected void hideSoftKeyboard()
|
||||
{
|
||||
Object o = getSystemService(INPUT_METHOD_SERVICE);
|
||||
|
||||
Reference in New Issue
Block a user