mesophoniac

Results 2 comments of mesophoniac

I have the same "problem". But not after reboot! I still have a note created and enabled ... 1. go to app manager and force application stop 2. start app...

I have added in NotesListAdapter.java on Line 100 setNotification(n); Original @Override public void onBindViewHolder(ViewHolder holder, int position) { NotificationNote n = this.notes.get(position); holder.titleView.setText(n.title); holder.textView.setText(n.text); holder.switchView.setChecked(n.isVisible); setNotification(n); } After FORCE STOP...