chore(merge-upstream): still 21 things to do
This commit is contained in:
@@ -147,7 +147,7 @@ public class PhotoViewerInfoSheet extends BottomSheet{
|
||||
statusID=status.id;
|
||||
boostBtn.setCompoundDrawablesWithIntrinsicBounds(0, switch(status.visibility){
|
||||
case DIRECT -> R.drawable.ic_boost_disabled_24px;
|
||||
case PUBLIC, UNLISTED -> R.drawable.ic_boost;
|
||||
case PUBLIC, UNLISTED, LOCAL -> R.drawable.ic_boost;
|
||||
case PRIVATE -> R.drawable.ic_boost_private;
|
||||
}, 0, 0);
|
||||
boostBtn.setEnabled(status.visibility!=StatusPrivacy.DIRECT);
|
||||
|
||||
@@ -115,8 +115,8 @@ public class ComposeLanguageAlertViewController{
|
||||
int i=0;
|
||||
boolean found=false;
|
||||
for(SpecialLocaleInfo li:specialLocales){
|
||||
if(null!=li.locale&&li.locale.equals(previouslySelected.locale)){
|
||||
selectedLocale=li.locale;
|
||||
if(null!=li.language&&li.language.equals(previouslySelected.language)){
|
||||
selectedLocale=li.language;
|
||||
selectedIndex=i;
|
||||
found=true;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user