Skip to content

Commit

Permalink
fix: GIF in action bar
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Aug 21, 2023
1 parent de2525e commit fffe3e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion TMessagesProj/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"

def verName = "10.0.1"
def verCode = 1133
def verCode = 1134


def officialVer = "10.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12701,7 +12701,6 @@ private void setIsAboutToSwitchToIndex(int index, boolean init, boolean animated
menuItem.hideSubItem(gallery_menu_delete);
}
allowShare = !noforwardsOverride;
actionBar.setTitle(LocaleController.getString("AttachGif", R.string.AttachGif));
}
if (totalImagesCount + totalImagesCountMerge != 0 && !needSearchImageInArr) {
if (opennedFromMedia) {
Expand Down

0 comments on commit fffe3e8

Please sign in to comment.