mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-09 12:40:11 +00:00
tweak reminder jedi mind tricks
// FREEBIE
This commit is contained in:
@@ -41,7 +41,7 @@ public class ReminderView extends LinearLayout {
|
||||
|
||||
private void initialize() {
|
||||
LayoutInflater.from(getContext()).inflate(R.layout.reminder_header, this, true);
|
||||
container = ViewUtil.findById(this, R.id.container);
|
||||
container = ViewUtil.findById(this, R.id.container);
|
||||
closeButton = ViewUtil.findById(this, R.id.cancel);
|
||||
title = ViewUtil.findById(this, R.id.reminder_title);
|
||||
text = ViewUtil.findById(this, R.id.reminder_text);
|
||||
|
Reference in New Issue
Block a user