mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-29 15:51:17 +00:00
This commit is contained in:
parent
d16ba49416
commit
bb1aa8af50
1 changed files with 1 additions and 0 deletions
|
@ -508,6 +508,7 @@ public class FirstStartActivity extends AppCompatActivity {
|
|||
* Perform secure key generation in an AsyncTask.
|
||||
*/
|
||||
private void onKeyGenerationSlideShown() {
|
||||
mBackButton.setVisibility(View.GONE);
|
||||
mNextButton.setVisibility(View.GONE);
|
||||
KeyGenerationTask keyGenerationTask = new KeyGenerationTask(this);
|
||||
keyGenerationTask.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR);
|
||||
|
|
Loading…
Reference in a new issue