File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/src/main/java/fr/free/nrw/commons/contributions Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 4242import fr .free .nrw .commons .quiz .QuizChecker ;
4343import fr .free .nrw .commons .theme .NavigationBaseActivity ;
4444import fr .free .nrw .commons .upload .UploadService ;
45+ import fr .free .nrw .commons .utils .ViewUtil ;
4546import io .reactivex .android .schedulers .AndroidSchedulers ;
4647import io .reactivex .schedulers .Schedulers ;
4748import timber .log .Timber ;
@@ -179,6 +180,7 @@ public void onPageSelected(int position) {
179180 Timber .d ("Contributions tab selected" );
180181 tabLayout .getTabAt (CONTRIBUTIONS_TAB_POSITION ).select ();
181182 isContributionsFragmentVisible = true ;
183+ ViewUtil .hideKeyboard (tabLayout .getRootView ());
182184 updateMenuItem ();
183185 break ;
184186 case NEARBY_TAB_POSITION :
You can’t perform that action at this time.
0 commit comments