Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd37557b authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix syntax issue

parent ad71b965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ public class UpdatesActivity extends UpdatesListActivity {

        TextView headerTitle = (TextView) findViewById(R.id.header_title);
        headerTitle.setText(getString(R.string.header_title_text,
                    BuildInfoUtils.getDisplayVersion());
                    BuildInfoUtils.getDisplayVersion()));

        updateLastCheckedString();