Skip to content

Commit

Permalink
Remove unnecesary text and revoke changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalgawlik committed May 12, 2021
1 parent 38cbb86 commit a273078
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions app/src/main/java/pl/pola_app/ui/activity/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@ public void openProductDetails(@NonNull final SearchResult searchResult) {
}

ft.commitAllowingStateLoss();
if (searchResult.askForSupport()) {
supportPolaApp.setVisibility(View.VISIBLE);
supportPolaApp.setText(R.string.we_neet_1_pln);
} else {
supportPolaApp.setVisibility(View.GONE);
}
mainPresenter.setCurrentSearchResult(searchResult);
}

Expand Down Expand Up @@ -274,5 +268,4 @@ public boolean onOptionsItemSelected(MenuItem item) {
return super.onOptionsItemSelected(item);
}
}

}
1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@
<string name="polas_friends">Przyjaciele Poli</string>
<string name="pt">pkt</string>
<string name="zobacz_przyjaci_poli">see_pola_friends</string>
<string name="we_neet_1_pln">Potrzebujemy 1 zł</string>
</resources>

0 comments on commit a273078

Please sign in to comment.