mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-02 03:39:28 +00:00
Few changes
This commit is contained in:
parent
4bade02e6a
commit
1b4593c82e
3 changed files with 4 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ public class AccountPreferencesFragment extends PreferencesListFragment {
|
|||
super.onCreate(savedInstanceState);
|
||||
|
||||
PreferenceScreen screen = getPreferenceScreen();
|
||||
int n = getArguments().getInt("Account", 1);
|
||||
int n = getArguments().getInt("Account", 0);
|
||||
manageAccountPreferencesFields(screen, n);
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -43,6 +43,9 @@ class LinphoneTest():
|
|||
def print_result_ko(self):
|
||||
print self.test_name + colors.KO + ' KO' + colors.END
|
||||
|
||||
def press_back(self):
|
||||
self.device.press('KEYCODE_BACK', MonkeyDevice.DOWN_AND_UP)
|
||||
|
||||
# Override following methods
|
||||
def precond(self):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue