mirror of
https://github.com/gsantner/dandelion
synced 2025-09-10 02:39:43 +02:00
Merge changes
This commit is contained in:
parent
5f3b07e973
commit
c5acbf20b0
7 changed files with 0 additions and 2 deletions
|
@ -763,7 +763,6 @@ public class MainActivity extends AppCompatActivity
|
|||
if (item != null) {
|
||||
if (conversationCount > 0) {
|
||||
item.setIcon(R.drawable.ic_message_text_white_24dp);
|
||||
item.setIcon(R.drawable.ic_bell_ring_white_24dp);
|
||||
Snackbar snackbar = Snackbar
|
||||
.make(swipeView, R.string.new_conversations, Snackbar.LENGTH_INDEFINITE)
|
||||
.setAction(R.string.yes, new View.OnClickListener() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue