diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-09-25 19:40:26 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-09-25 19:40:26 +0000 |
commit | 14a17ad0384dc0811f3c7b0b1897c4d6691de0b3 (patch) | |
tree | f710764bd8c7319c2b71c21ffadd0fc9015785cc /app/src/main/res/layout | |
parent | 230996226ba22256c656a820f671d270f981ff6c (diff) | |
download | infinity-for-reddit-14a17ad0384dc0811f3c7b0b1897c4d6691de0b3.tar infinity-for-reddit-14a17ad0384dc0811f3c7b0b1897c4d6691de0b3.tar.gz infinity-for-reddit-14a17ad0384dc0811f3c7b0b1897c4d6691de0b3.tar.bz2 infinity-for-reddit-14a17ad0384dc0811f3c7b0b1897c4d6691de0b3.tar.lz infinity-for-reddit-14a17ad0384dc0811f3c7b0b1897c4d6691de0b3.tar.xz infinity-for-reddit-14a17ad0384dc0811f3c7b0b1897c4d6691de0b3.tar.zst infinity-for-reddit-14a17ad0384dc0811f3c7b0b1897c4d6691de0b3.zip |
Version 6.3.0-beta1. Rename RedditAPIInfoBottomSheetFragment to ImportantInfoBottomSheetFragment. Disable showing ImportantInfoBottomSheetFragment.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_important_info_bottom_sheet.xml (renamed from app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml b/app/src/main/res/layout/fragment_important_info_bottom_sheet.xml index 8fc71245..06f94a97 100644 --- a/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_important_info_bottom_sheet.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - tools:context=".bottomsheetfragments.RedditAPIInfoBottomSheetFragment"> + tools:context=".bottomsheetfragments.ImportantInfoBottomSheetFragment"> <LinearLayout android:layout_width="match_parent" |