mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-27 17:56:09 +00:00
add comment
This commit is contained in:
parent
803e43a6e2
commit
33ad95732d
@ -286,6 +286,7 @@ public class LoginActivity extends Activity {
|
|||||||
// Then it's finished
|
// Then it's finished
|
||||||
finish();
|
finish();
|
||||||
|
|
||||||
|
// Start sync settings, we have finished to configure account
|
||||||
Intent settingsIntent = new Intent(Settings.ACTION_SYNC_SETTINGS);
|
Intent settingsIntent = new Intent(Settings.ACTION_SYNC_SETTINGS);
|
||||||
settingsIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
settingsIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||||
getApplicationContext().startActivity(settingsIntent);
|
getApplicationContext().startActivity(settingsIntent);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user