mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-27 20:36:51 +01:00
Add uncommited second occurance of the same
This commit is contained in:
parent
7ed2c26b2f
commit
21525adaae
@ -291,7 +291,11 @@ public class ControlCenterv2 extends AppCompatActivity
|
|||||||
return true;
|
return true;
|
||||||
case R.id.external_changelog:
|
case R.id.external_changelog:
|
||||||
ChangeLog cl = createChangeLog();
|
ChangeLog cl = createChangeLog();
|
||||||
cl.getFullLogDialog().show();
|
try {
|
||||||
|
cl.getLogDialog().show();
|
||||||
|
} catch (Exception ignored) {
|
||||||
|
GB.toast(getBaseContext(), "Error showing Changelog", Toast.LENGTH_LONG, GB.ERROR);
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user