This repository was archived by the owner on Jun 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
app/src/main/java/com/blogspot/e_kanivets/moneytracker/activity/record Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,12 @@ protected void initViews() {
9494
9595 setTitle (R .string .title_records );
9696
97- tvDefaultAccountTitle = ( TextView ) navigationView .getHeaderView (0 ).findViewById (R .id .tv_default_account_title );
98- tvDefaultAccountSum = ( TextView ) navigationView .getHeaderView (0 ).findViewById (R .id .tv_default_account_sum );
99- tvCurrency = ( TextView ) navigationView .getHeaderView (0 ).findViewById (R .id .tv_currency );
97+ tvDefaultAccountTitle = navigationView .getHeaderView (0 ).findViewById (R .id .tv_default_account_title );
98+ tvDefaultAccountSum = navigationView .getHeaderView (0 ).findViewById (R .id .tv_default_account_sum );
99+ tvCurrency = navigationView .getHeaderView (0 ).findViewById (R .id .tv_currency );
100100
101101 if (preferenceController .checkRateDialog ()) showAppRateDialog ();
102102
103- //registerForContextMenu(listView);
104-
105103 View summaryView = summaryPresenter .create (true );
106104 listView .addHeaderView (summaryView );
107105 summaryView .setOnClickListener (new View .OnClickListener () {
You can’t perform that action at this time.
0 commit comments