fix build
This commit is contained in:
parent
e33b83a33a
commit
61cb298813
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public class DashboardActivity extends BaseDownloadActivity {
|
|||
lp = getMyApplication().getLocationProvider();
|
||||
|
||||
final String textVersion = Version.getFullVersion(getMyApplication());
|
||||
getSupportActionBar().setTitle(textVersion.substring(0, textVersion.getIndex("#")));
|
||||
getSupportActionBar().setTitle(textVersion.substring(0, textVersion.indexOf("#")+1));
|
||||
ColorDrawable color = new ColorDrawable(getResources().getColor(R.color.actionbar_color));
|
||||
getSupportActionBar().setBackgroundDrawable(color);
|
||||
getSupportActionBar().setIcon(android.R.color.transparent);
|
||||
|
|
Loading…
Reference in a new issue