mirror of
https://github.com/bilde2910/Hauk.git
synced 2026-01-23 02:24:09 +00:00
Fix fields editable on UI reload; fixes #108
This commit is contained in:
parent
a221979d64
commit
afde9c15aa
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue