fix: fixes unfollow dialog missing title
This commit is contained in:
parent
b42862dd9b
commit
a27ef27f8d
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ public class UiUtils {
|
|||
.exec(accountID);
|
||||
};
|
||||
if(relationship.following && GlobalUserPreferences.confirmUnfollow){
|
||||
showConfirmationAlert(activity, null, activity.getString(R.string.unfollow_confirmation, account.getDisplayUsername()), activity.getString(R.string.unfollow), R.drawable.ic_fluent_person_delete_24_regular, action);
|
||||
showConfirmationAlert(activity, activity.getString(R.string.unfollow), activity.getString(R.string.unfollow_confirmation, account.getDisplayUsername()), activity.getString(R.string.unfollow), R.drawable.ic_fluent_person_delete_24_regular, action);
|
||||
}else{
|
||||
action.run();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue