Fix fields editable on UI reload; fixes #108

This commit is contained in:
Marius Lindvall 2019-12-25 13:21:49 +01:00
parent a221979d64
commit afde9c15aa

View file

@ -485,6 +485,7 @@ public final class MainActivity extends AppCompatActivity {
MainActivity.this.shareCountdown.start(session.getRemainingSeconds());
// Re-enable the start (stop) button and inform the user.
disableUI();
findViewById(R.id.btnShare).setEnabled(true);
// Service relaunches should be handled silently.